HSL(20, 74%, 28%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,74%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 74%, 28%) | color: hsl(20, 74%, 28%) | |
| HEX | #7C3613 | color: #7C3613 | |
| RGB | rgb(124, 54, 19) | color: rgb(124, 54, 19) | |
| CMYK | cmyk(0%, 56%, 85%, 51%) | — | |
| HSV | hsv(20, 85%, 49%) | — | |
| HWB | hwb(20 7% 51%) | color: hwb(20 7% 51%) | |
| OKLCH | oklch(0.4222 0.1078 44.03) | color: oklch(0.4222 0.1078 44.03) | |
| Lab | lab(31.74 28.27 34.93) | color: lab(31.74 28.27 34.93) | |
| LCH | lch(31.74 44.94 51.02) | color: lch(31.74 44.94 51.02) |
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)
#5E5D1B — rgb(94, 93, 27)
Deuteranopia (Green-blind)
#62671E — rgb(98, 103, 30)
Tritanopia (Blue-blind)
#792224 — rgb(121, 34, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 74%, 28%);
text
color: hsl(20, 74%, 28%);
border
border: 2px solid hsl(20, 74%, 28%);
gradient light
background: linear-gradient(to right, hsl(20, 74%, 48%), hsl(20, 74%, 28%));
gradient dark
background: linear-gradient(to right, hsl(20, 74%, 28%), hsl(20, 74%, 8%))
hex
background-color: #7C3613;
tailwind
bg-[hsl(20,74%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 74%, 28%, 0.4);
css variable
--color-primary: hsl(20, 74%, 28%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 74%, 28%)?
HEX: #7C3613 | RGB: rgb(124, 54, 19) | CMYK: 0%, 56%, 85%, 51% | HSV: 20°, 85%, 49%. Copy any format from the conversion table above.
What colors go well with #7C3613?
The complementary color is HSL(200, 74%, 28%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 74%, 28%) in CSS?
As HSL: color: hsl(20, 74%, 28%); — As HEX: color: #7C3613; — As RGB: color: rgb(124, 54, 19); — Tailwind CSS: bg-[hsl(20,74%,28%)] — CSS variable: --color-primary: hsl(20, 74%, 28%);