HSL(16, 40%, 26%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,40%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 40%, 26%) | color: hsl(16, 40%, 26%) | |
| HEX | #5D3628 | color: #5D3628 | |
| RGB | rgb(93, 54, 40) | color: rgb(93, 54, 40) | |
| CMYK | cmyk(0%, 42%, 57%, 64%) | — | |
| HSV | hsv(16, 57%, 36%) | — | |
| HWB | hwb(16 15% 64%) | color: hwb(16 15% 64%) | |
| OKLCH | oklch(0.3772 0.0609 40.43) | color: oklch(0.3772 0.0609 40.43) | |
| Lab | lab(27.07 15.8 16.17) | color: lab(27.07 15.8 16.17) | |
| LCH | lch(27.07 22.61 45.66) | color: lch(27.07 22.61 45.66) |
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)
#4C4C2B — rgb(76, 76, 43)
Deuteranopia (Green-blind)
#4E512C — rgb(78, 81, 44)
Tritanopia (Blue-blind)
#5B2E2F — rgb(91, 46, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 40%, 26%);
text
color: hsl(16, 40%, 26%);
border
border: 2px solid hsl(16, 40%, 26%);
gradient light
background: linear-gradient(to right, hsl(16, 40%, 46%), hsl(16, 40%, 26%));
gradient dark
background: linear-gradient(to right, hsl(16, 40%, 26%), hsl(16, 40%, 6%))
hex
background-color: #5D3628;
tailwind
bg-[hsl(16,40%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 40%, 26%, 0.4);
css variable
--color-primary: hsl(16, 40%, 26%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 40%, 26%)?
HEX: #5D3628 | RGB: rgb(93, 54, 40) | CMYK: 0%, 42%, 57%, 64% | HSV: 16°, 57%, 36%. Copy any format from the conversion table above.
What colors go well with #5D3628?
The complementary color is HSL(196, 40%, 26%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 40%, 26%) in CSS?
As HSL: color: hsl(16, 40%, 26%); — As HEX: color: #5D3628; — As RGB: color: rgb(93, 54, 40); — Tailwind CSS: bg-[hsl(16,40%,26%)] — CSS variable: --color-primary: hsl(16, 40%, 26%);