HSL(41, 71%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,71%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 71%, 41%) | color: hsl(41, 71%, 41%) | |
| HEX | #B3841E | color: #B3841E | |
| RGB | rgb(179, 132, 30) | color: rgb(179, 132, 30) | |
| CMYK | cmyk(0%, 26%, 83%, 30%) | — | |
| HSV | hsv(41, 83%, 70%) | — | |
| HWB | hwb(41 12% 30%) | color: hwb(41 12% 30%) | |
| OKLCH | oklch(0.6431 0.1238 81.22) | color: oklch(0.6431 0.1238 81.22) | |
| Lab | lab(58.21 9.13 57.02) | color: lab(58.21 9.13 57.02) | |
| LCH | lch(58.21 57.75 80.9) | color: lch(58.21 57.75 80.9) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9F9E37 — rgb(159, 158, 55)
Deuteranopia (Green-blind)
#A1A53D — rgb(161, 165, 61)
Tritanopia (Blue-blind)
#B14A4E — rgb(177, 74, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 71%, 41%);
text
color: hsl(41, 71%, 41%);
border
border: 2px solid hsl(41, 71%, 41%);
gradient light
background: linear-gradient(to right, hsl(41, 71%, 61%), hsl(41, 71%, 41%));
gradient dark
background: linear-gradient(to right, hsl(41, 71%, 41%), hsl(41, 71%, 21%))
hex
background-color: #B3841E;
tailwind
bg-[hsl(41,71%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 71%, 41%, 0.4);
css variable
--color-primary: hsl(41, 71%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 71%, 41%)?
HEX: #B3841E | RGB: rgb(179, 132, 30) | CMYK: 0%, 26%, 83%, 30% | HSV: 41°, 83%, 70%. Copy any format from the conversion table above.
What colors go well with #B3841E?
The complementary color is HSL(221, 71%, 41%). 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, 71%, 41%) in CSS?
As HSL: color: hsl(41, 71%, 41%); — As HEX: color: #B3841E; — As RGB: color: rgb(179, 132, 30); — Tailwind CSS: bg-[hsl(41,71%,41%)] — CSS variable: --color-primary: hsl(41, 71%, 41%);