HSL(39, 52%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,52%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 52%, 24%) | color: hsl(39, 52%, 24%) | |
| HEX | #5D471D | color: #5D471D | |
| RGB | rgb(93, 71, 29) | color: rgb(93, 71, 29) | |
| CMYK | cmyk(0%, 24%, 69%, 64%) | — | |
| HSV | hsv(39, 69%, 36%) | — | |
| HWB | hwb(39 11% 64%) | color: hwb(39 11% 64%) | |
| OKLCH | oklch(0.4122 0.0655 81.29) | color: oklch(0.4122 0.0655 81.29) | |
| Lab | lab(31.63 4.18 28.23) | color: lab(31.63 4.18 28.23) | |
| LCH | lch(31.63 28.54 81.58) | color: lch(31.63 28.54 81.58) |
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)
#535327 — rgb(83, 83, 39)
Deuteranopia (Green-blind)
#55562A — rgb(85, 86, 42)
Tritanopia (Blue-blind)
#5C2F31 — rgb(92, 47, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 52%, 24%);
text
color: hsl(39, 52%, 24%);
border
border: 2px solid hsl(39, 52%, 24%);
gradient light
background: linear-gradient(to right, hsl(39, 52%, 44%), hsl(39, 52%, 24%));
gradient dark
background: linear-gradient(to right, hsl(39, 52%, 24%), hsl(39, 52%, 4%))
hex
background-color: #5D471D;
tailwind
bg-[hsl(39,52%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 52%, 24%, 0.4);
css variable
--color-primary: hsl(39, 52%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 52%, 24%)?
HEX: #5D471D | RGB: rgb(93, 71, 29) | CMYK: 0%, 24%, 69%, 64% | HSV: 39°, 69%, 36%. Copy any format from the conversion table above.
What colors go well with #5D471D?
The complementary color is HSL(219, 52%, 24%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 52%, 24%) in CSS?
As HSL: color: hsl(39, 52%, 24%); — As HEX: color: #5D471D; — As RGB: color: rgb(93, 71, 29); — Tailwind CSS: bg-[hsl(39,52%,24%)] — CSS variable: --color-primary: hsl(39, 52%, 24%);