HSL(36, 52%, 23%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,52%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 52%, 23%) | color: hsl(36, 52%, 23%) | |
| HEX | #59411C | color: #59411C | |
| RGB | rgb(89, 65, 28) | color: rgb(89, 65, 28) | |
| CMYK | cmyk(0%, 27%, 69%, 65%) | — | |
| HSV | hsv(36, 69%, 35%) | — | |
| HWB | hwb(36 11% 65%) | color: hwb(36 11% 65%) | |
| OKLCH | oklch(0.3934 0.0621 75.97) | color: oklch(0.3934 0.0621 75.97) | |
| Lab | lab(29.38 5.87 26.13) | color: lab(29.38 5.87 26.13) | |
| LCH | lch(29.38 26.78 77.34) | color: lch(29.38 26.78 77.34) |
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)
#4F4E25 — rgb(79, 78, 37)
Deuteranopia (Green-blind)
#505227 — rgb(80, 82, 39)
Tritanopia (Blue-blind)
#582C2E — rgb(88, 44, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 52%, 23%);
text
color: hsl(36, 52%, 23%);
border
border: 2px solid hsl(36, 52%, 23%);
gradient light
background: linear-gradient(to right, hsl(36, 52%, 43%), hsl(36, 52%, 23%));
gradient dark
background: linear-gradient(to right, hsl(36, 52%, 23%), hsl(36, 52%, 3%))
hex
background-color: #59411C;
tailwind
bg-[hsl(36,52%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 52%, 23%, 0.4);
css variable
--color-primary: hsl(36, 52%, 23%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 52%, 23%)?
HEX: #59411C | RGB: rgb(89, 65, 28) | CMYK: 0%, 27%, 69%, 65% | HSV: 36°, 69%, 35%. Copy any format from the conversion table above.
What colors go well with #59411C?
The complementary color is HSL(216, 52%, 23%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 52%, 23%) in CSS?
As HSL: color: hsl(36, 52%, 23%); — As HEX: color: #59411C; — As RGB: color: rgb(89, 65, 28); — Tailwind CSS: bg-[hsl(36,52%,23%)] — CSS variable: --color-primary: hsl(36, 52%, 23%);