HSL(44, 63%, 19%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,63%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 63%, 19%) | color: hsl(44, 63%, 19%) | |
| HEX | #4F3F12 | color: #4F3F12 | |
| RGB | rgb(79, 63, 18) | color: rgb(79, 63, 18) | |
| CMYK | cmyk(0%, 20%, 77%, 69%) | — | |
| HSV | hsv(44, 77%, 31%) | — | |
| HWB | hwb(44 7% 69%) | color: hwb(44 7% 69%) | |
| OKLCH | oklch(0.3752 0.0649 88.92) | color: oklch(0.3752 0.0649 88.92) | |
| Lab | lab(27.47 1.37 29.02) | color: lab(27.47 1.37 29.02) | |
| LCH | lch(27.47 29.05 87.3) | color: lch(27.47 29.05 87.3) |
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)
#48481D — rgb(72, 72, 29)
Deuteranopia (Green-blind)
#494A20 — rgb(73, 74, 32)
Tritanopia (Blue-blind)
#4E2527 — rgb(78, 37, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 63%, 19%);
text
color: hsl(44, 63%, 19%);
border
border: 2px solid hsl(44, 63%, 19%);
gradient light
background: linear-gradient(to right, hsl(44, 63%, 39%), hsl(44, 63%, 19%));
gradient dark
background: linear-gradient(to right, hsl(44, 63%, 19%), hsl(44, 63%, 0%))
hex
background-color: #4F3F12;
tailwind
bg-[hsl(44,63%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 63%, 19%, 0.4);
css variable
--color-primary: hsl(44, 63%, 19%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 63%, 19%)?
HEX: #4F3F12 | RGB: rgb(79, 63, 18) | CMYK: 0%, 20%, 77%, 69% | HSV: 44°, 77%, 31%. Copy any format from the conversion table above.
What colors go well with #4F3F12?
The complementary color is HSL(224, 63%, 19%). 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, 63%, 19%) in CSS?
As HSL: color: hsl(44, 63%, 19%); — As HEX: color: #4F3F12; — As RGB: color: rgb(79, 63, 18); — Tailwind CSS: bg-[hsl(44,63%,19%)] — CSS variable: --color-primary: hsl(44, 63%, 19%);