HSL(44, 75%, 29%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,75%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 75%, 29%) | color: hsl(44, 75%, 29%) | |
| HEX | #816412 | color: #816412 | |
| RGB | rgb(129, 100, 18) | color: rgb(129, 100, 18) | |
| CMYK | cmyk(0%, 22%, 86%, 49%) | — | |
| HSV | hsv(44, 86%, 51%) | — | |
| HWB | hwb(44 7% 49%) | color: hwb(44 7% 49%) | |
| OKLCH | oklch(0.5185 0.0996 87.16) | color: oklch(0.5185 0.0996 87.16) | |
| Lab | lab(43.98 3.74 46.44) | color: lab(43.98 3.74 46.44) | |
| LCH | lch(43.98 46.59 85.4) | color: lch(43.98 46.59 85.4) |
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)
#747426 — rgb(116, 116, 38)
Deuteranopia (Green-blind)
#76782B — rgb(118, 120, 43)
Tritanopia (Blue-blind)
#803639 — rgb(128, 54, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 75%, 29%);
text
color: hsl(44, 75%, 29%);
border
border: 2px solid hsl(44, 75%, 29%);
gradient light
background: linear-gradient(to right, hsl(44, 75%, 49%), hsl(44, 75%, 29%));
gradient dark
background: linear-gradient(to right, hsl(44, 75%, 29%), hsl(44, 75%, 9%))
hex
background-color: #816412;
tailwind
bg-[hsl(44,75%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 75%, 29%, 0.4);
css variable
--color-primary: hsl(44, 75%, 29%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 75%, 29%)?
HEX: #816412 | RGB: rgb(129, 100, 18) | CMYK: 0%, 22%, 86%, 49% | HSV: 44°, 86%, 51%. Copy any format from the conversion table above.
What colors go well with #816412?
The complementary color is HSL(224, 75%, 29%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 75%, 29%) in CSS?
As HSL: color: hsl(44, 75%, 29%); — As HEX: color: #816412; — As RGB: color: rgb(129, 100, 18); — Tailwind CSS: bg-[hsl(44,75%,29%)] — CSS variable: --color-primary: hsl(44, 75%, 29%);