HSL(41, 72%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,72%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 72%, 41%) | color: hsl(41, 72%, 41%) | |
| HEX | #B4841D | color: #B4841D | |
| RGB | rgb(180, 132, 29) | color: rgb(180, 132, 29) | |
| CMYK | cmyk(0%, 27%, 84%, 29%) | — | |
| HSV | hsv(41, 84%, 71%) | — | |
| HWB | hwb(41 11% 29%) | color: hwb(41 11% 29%) | |
| OKLCH | oklch(0.6442 0.1246 80.79) | color: oklch(0.6442 0.1246 80.79) | |
| Lab | lab(58.32 9.55 57.48) | color: lab(58.32 9.55 57.48) | |
| LCH | lch(58.32 58.27 80.57) | color: lch(58.32 58.27 80.57) |
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)
#9F9F36 — rgb(159, 159, 54)
Deuteranopia (Green-blind)
#A2A63C — rgb(162, 166, 60)
Tritanopia (Blue-blind)
#B24A4E — rgb(178, 74, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 72%, 41%);
text
color: hsl(41, 72%, 41%);
border
border: 2px solid hsl(41, 72%, 41%);
gradient light
background: linear-gradient(to right, hsl(41, 72%, 61%), hsl(41, 72%, 41%));
gradient dark
background: linear-gradient(to right, hsl(41, 72%, 41%), hsl(41, 72%, 21%))
hex
background-color: #B4841D;
tailwind
bg-[hsl(41,72%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 72%, 41%, 0.4);
css variable
--color-primary: hsl(41, 72%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 72%, 41%)?
HEX: #B4841D | RGB: rgb(180, 132, 29) | CMYK: 0%, 27%, 84%, 29% | HSV: 41°, 84%, 71%. Copy any format from the conversion table above.
What colors go well with #B4841D?
The complementary color is HSL(221, 72%, 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, 72%, 41%) in CSS?
As HSL: color: hsl(41, 72%, 41%); — As HEX: color: #B4841D; — As RGB: color: rgb(180, 132, 29); — Tailwind CSS: bg-[hsl(41,72%,41%)] — CSS variable: --color-primary: hsl(41, 72%, 41%);