HSL(41, 25%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,25%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 25%, 41%) | color: hsl(41, 25%, 41%) | |
| HEX | #83724E | color: #83724E | |
| RGB | rgb(131, 114, 78) | color: rgb(131, 114, 78) | |
| CMYK | cmyk(0%, 13%, 40%, 49%) | — | |
| HSV | hsv(41, 40%, 51%) | — | |
| HWB | hwb(41 31% 49%) | color: hwb(41 31% 49%) | |
| OKLCH | oklch(0.5589 0.0556 85.39) | color: oklch(0.5589 0.0556 85.39) | |
| Lab | lab(48.77 1.15 22.4) | color: lab(48.77 1.15 22.4) | |
| LCH | lch(48.77 22.43 87.06) | color: lch(48.77 22.43 87.06) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#7C7B57 — rgb(124, 123, 87)
Deuteranopia (Green-blind)
#7D7E59 — rgb(125, 126, 89)
Tritanopia (Blue-blind)
#825E5F — rgb(130, 94, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 25%, 41%);
text
color: hsl(41, 25%, 41%);
border
border: 2px solid hsl(41, 25%, 41%);
gradient light
background: linear-gradient(to right, hsl(41, 25%, 61%), hsl(41, 25%, 41%));
gradient dark
background: linear-gradient(to right, hsl(41, 25%, 41%), hsl(41, 25%, 21%))
hex
background-color: #83724E;
tailwind
bg-[hsl(41,25%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 25%, 41%, 0.4);
css variable
--color-primary: hsl(41, 25%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 25%, 41%)?
HEX: #83724E | RGB: rgb(131, 114, 78) | CMYK: 0%, 13%, 40%, 49% | HSV: 41°, 40%, 51%. Copy any format from the conversion table above.
What colors go well with #83724E?
The complementary color is HSL(221, 25%, 41%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 25%, 41%) in CSS?
As HSL: color: hsl(41, 25%, 41%); — As HEX: color: #83724E; — As RGB: color: rgb(131, 114, 78); — Tailwind CSS: bg-[hsl(41,25%,41%)] — CSS variable: --color-primary: hsl(41, 25%, 41%);