HSL(16, 46%, 16%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,46%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 46%, 16%) | color: hsl(16, 46%, 16%) | |
| HEX | #3C2016 | color: #3C2016 | |
| RGB | rgb(60, 32, 22) | color: rgb(60, 32, 22) | |
| CMYK | cmyk(0%, 47%, 63%, 76%) | — | |
| HSV | hsv(16, 63%, 24%) | — | |
| HWB | hwb(16 9% 76%) | color: hwb(16 9% 76%) | |
| OKLCH | oklch(0.2784 0.0471 40.31) | color: oklch(0.2784 0.0471 40.31) | |
| Lab | lab(15.76 12.31 12.57) | color: lab(15.76 12.31 12.57) | |
| LCH | lch(15.76 17.59 45.6) | color: lch(15.76 17.59 45.6) |
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)
#303018 — rgb(48, 48, 24)
Deuteranopia (Green-blind)
#323419 — rgb(50, 52, 25)
Tritanopia (Blue-blind)
#3B1A1B — rgb(59, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 46%, 16%);
text
color: hsl(16, 46%, 16%);
border
border: 2px solid hsl(16, 46%, 16%);
gradient light
background: linear-gradient(to right, hsl(16, 46%, 36%), hsl(16, 46%, 16%));
gradient dark
background: linear-gradient(to right, hsl(16, 46%, 16%), hsl(16, 46%, 0%))
hex
background-color: #3C2016;
tailwind
bg-[hsl(16,46%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 46%, 16%, 0.4);
css variable
--color-primary: hsl(16, 46%, 16%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 46%, 16%)?
HEX: #3C2016 | RGB: rgb(60, 32, 22) | CMYK: 0%, 47%, 63%, 76% | HSV: 16°, 63%, 24%. Copy any format from the conversion table above.
What colors go well with #3C2016?
The complementary color is HSL(196, 46%, 16%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 46%, 16%) in CSS?
As HSL: color: hsl(16, 46%, 16%); — As HEX: color: #3C2016; — As RGB: color: rgb(60, 32, 22); — Tailwind CSS: bg-[hsl(16,46%,16%)] — CSS variable: --color-primary: hsl(16, 46%, 16%);