HSL(28, 50%, 16%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(28,50%,16%)]

Color Conversions

Format Value CSS Usage
HSL hsl(28, 50%, 16%) color: hsl(28, 50%, 16%)
HEX #3D2714 color: #3D2714
RGB rgb(61, 39, 20) color: rgb(61, 39, 20)
CMYK cmyk(0%, 36%, 67%, 76%)
HSV hsv(28, 67%, 24%)
HWB hwb(28 8% 76%) color: hwb(28 8% 76%)
OKLCH oklch(0.2951 0.0451 60.51) color: oklch(0.2951 0.0451 60.51)
Lab lab(17.89 7.91 16.59) color: lab(17.89 7.91 16.59)
LCH lch(17.89 18.38 64.51) color: lch(17.89 18.38 64.51)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 14.01:1
vs Black 1.5:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#333319 — rgb(51, 51, 25)

Deuteranopia (Green-blind)

#35361A — rgb(53, 54, 26)

Tritanopia (Blue-blind)

#3C1C1D — rgb(60, 28, 29)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(28, 50%, 16%);

text

color: hsl(28, 50%, 16%);

border

border: 2px solid hsl(28, 50%, 16%);

gradient light

background: linear-gradient(to right, hsl(28, 50%, 36%), hsl(28, 50%, 16%));

gradient dark

background: linear-gradient(to right, hsl(28, 50%, 16%), hsl(28, 50%, 0%))

hex

background-color: #3D2714;

tailwind

bg-[hsl(28,50%,16%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(28, 50%, 16%, 0.4);

css variable

--color-primary: hsl(28, 50%, 16%);

Related Colors

Use Cases for Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(28, 50%, 16%)?

HEX: #3D2714 | RGB: rgb(61, 39, 20) | CMYK: 0%, 36%, 67%, 76% | HSV: 28°, 67%, 24%. Copy any format from the conversion table above.

What colors go well with #3D2714?

The complementary color is HSL(208, 50%, 16%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(28, 50%, 16%) in CSS?

As HSL: color: hsl(28, 50%, 16%); — As HEX: color: #3D2714; — As RGB: color: rgb(61, 39, 20); — Tailwind CSS: bg-[hsl(28,50%,16%)] — CSS variable: --color-primary: hsl(28, 50%, 16%);