HSL(41, 52%, 26%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,52%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 52%, 26%) | color: hsl(41, 52%, 26%) | |
| HEX | #654F20 | color: #654F20 | |
| RGB | rgb(101, 79, 32) | color: rgb(101, 79, 32) | |
| CMYK | cmyk(0%, 22%, 68%, 60%) | — | |
| HSV | hsv(41, 68%, 40%) | — | |
| HWB | hwb(41 13% 60%) | color: hwb(41 13% 60%) | |
| OKLCH | oklch(0.4403 0.0704 83.88) | color: oklch(0.4403 0.0704 83.88) | |
| Lab | lab(34.93 3.4 30.54) | color: lab(34.93 3.4 30.54) | |
| LCH | lch(34.93 30.73 83.65) | color: lch(34.93 30.73 83.65) |
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)
#5B5B2B — rgb(91, 91, 43)
Deuteranopia (Green-blind)
#5D5E2E — rgb(93, 94, 46)
Tritanopia (Blue-blind)
#643436 — rgb(100, 52, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 52%, 26%);
text
color: hsl(41, 52%, 26%);
border
border: 2px solid hsl(41, 52%, 26%);
gradient light
background: linear-gradient(to right, hsl(41, 52%, 46%), hsl(41, 52%, 26%));
gradient dark
background: linear-gradient(to right, hsl(41, 52%, 26%), hsl(41, 52%, 6%))
hex
background-color: #654F20;
tailwind
bg-[hsl(41,52%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 52%, 26%, 0.4);
css variable
--color-primary: hsl(41, 52%, 26%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 52%, 26%)?
HEX: #654F20 | RGB: rgb(101, 79, 32) | CMYK: 0%, 22%, 68%, 60% | HSV: 41°, 68%, 40%. Copy any format from the conversion table above.
What colors go well with #654F20?
The complementary color is HSL(221, 52%, 26%). 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, 52%, 26%) in CSS?
As HSL: color: hsl(41, 52%, 26%); — As HEX: color: #654F20; — As RGB: color: rgb(101, 79, 32); — Tailwind CSS: bg-[hsl(41,52%,26%)] — CSS variable: --color-primary: hsl(41, 52%, 26%);