HSL(38, 45%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,45%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 45%, 24%) | color: hsl(38, 45%, 24%) | |
| HEX | #594522 | color: #594522 | |
| RGB | rgb(89, 69, 34) | color: rgb(89, 69, 34) | |
| CMYK | cmyk(0%, 22%, 62%, 65%) | — | |
| HSV | hsv(38, 62%, 35%) | — | |
| HWB | hwb(38 13% 65%) | color: hwb(38 13% 65%) | |
| OKLCH | oklch(0.4034 0.0577 79.94) | color: oklch(0.4034 0.0577 79.94) | |
| Lab | lab(30.63 3.86 24.15) | color: lab(30.63 3.86 24.15) | |
| LCH | lch(30.63 24.46 80.92) | color: lch(30.63 24.46 80.92) |
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)
#50502A — rgb(80, 80, 42)
Deuteranopia (Green-blind)
#52532D — rgb(82, 83, 45)
Tritanopia (Blue-blind)
#583133 — rgb(88, 49, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 45%, 24%);
text
color: hsl(38, 45%, 24%);
border
border: 2px solid hsl(38, 45%, 24%);
gradient light
background: linear-gradient(to right, hsl(38, 45%, 44%), hsl(38, 45%, 24%));
gradient dark
background: linear-gradient(to right, hsl(38, 45%, 24%), hsl(38, 45%, 4%))
hex
background-color: #594522;
tailwind
bg-[hsl(38,45%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 45%, 24%, 0.4);
css variable
--color-primary: hsl(38, 45%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 45%, 24%)?
HEX: #594522 | RGB: rgb(89, 69, 34) | CMYK: 0%, 22%, 62%, 65% | HSV: 38°, 62%, 35%. Copy any format from the conversion table above.
What colors go well with #594522?
The complementary color is HSL(218, 45%, 24%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 45%, 24%) in CSS?
As HSL: color: hsl(38, 45%, 24%); — As HEX: color: #594522; — As RGB: color: rgb(89, 69, 34); — Tailwind CSS: bg-[hsl(38,45%,24%)] — CSS variable: --color-primary: hsl(38, 45%, 24%);