HSL(49, 55%, 17%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(49,55%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(49, 55%, 17%) color: hsl(49, 55%, 17%)
HEX #433A14 color: #433A14
RGB rgb(67, 58, 20) color: rgb(67, 58, 20)
CMYK cmyk(0%, 13%, 70%, 74%)
HSV hsv(49, 70%, 26%)
HWB hwb(49 8% 74%) color: hwb(49 8% 74%)
OKLCH oklch(0.349 0.0564 95.99) color: oklch(0.349 0.0564 95.99)
Lab lab(24.55 -1.51 24.46) color: lab(24.55 -1.51 24.46)
LCH lch(24.55 24.51 93.53) color: lch(24.55 24.51 93.53)

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 11.33:1
vs Black 1.85: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)

#3F3F1D — rgb(63, 63, 29)

Deuteranopia (Green-blind)

#40401F — rgb(64, 64, 31)

Tritanopia (Blue-blind)

#432426 — rgb(67, 36, 38)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(49, 55%, 17%);

text

color: hsl(49, 55%, 17%);

border

border: 2px solid hsl(49, 55%, 17%);

gradient light

background: linear-gradient(to right, hsl(49, 55%, 37%), hsl(49, 55%, 17%));

gradient dark

background: linear-gradient(to right, hsl(49, 55%, 17%), hsl(49, 55%, 0%))

hex

background-color: #433A14;

tailwind

bg-[hsl(49,55%,17%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(49, 55%, 17%, 0.4);

css variable

--color-primary: hsl(49, 55%, 17%);

Related Colors

Use Cases for Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(49, 55%, 17%)?

HEX: #433A14 | RGB: rgb(67, 58, 20) | CMYK: 0%, 13%, 70%, 74% | HSV: 49°, 70%, 26%. Copy any format from the conversion table above.

What colors go well with #433A14?

The complementary color is HSL(229, 55%, 17%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(49, 55%, 17%) in CSS?

As HSL: color: hsl(49, 55%, 17%); — As HEX: color: #433A14; — As RGB: color: rgb(67, 58, 20); — Tailwind CSS: bg-[hsl(49,55%,17%)] — CSS variable: --color-primary: hsl(49, 55%, 17%);