Brown grey to HSL

Color Code

#8d8468
Format Value
HEX #8d8468
RGB rgb(141, 132, 104)
HSL hsl(45.4, 15.1%, 48%)
CMYK cmyk(0%, 6.4%, 26.2%, 44.7%)
HSV hsv(45.4, 26.2%, 55.3%)

brown grey color harmonies

Tints & shades of brown grey

Tints (lighter)

#978f76 #a29a83 #aca691 #b6b19f #c1bcad #cbc7ba #d6d2c8 #e0ddd6 #eae9e4 #f5f4f1

Shades (darker)

#80785f #736c55 #67604c #5a5442 #4d4839 #403c2f #333026 #26241c #1a1813 #0d0c09

Contrast & accessibility

The quick brown fox

On white · 3.73:1 · AA Large

The quick brown fox

On black · 5.63:1 · AA

Recommended text color: #000000

Use brown grey in code

CSS color: #8d8468;
SCSS $color: #8d8468;
Tailwind bg-[#8d8468]
Swift UIColor(red: 0.553, green: 0.518, blue: 0.408, alpha: 1)
Android Color.parseColor("#8d8468")
Flutter Color(0xFF8D8468)

Colors similar to brown grey

Browse all Yellow colors →

What is the HSL code for brown grey?

The CSS color brown grey in HSL format is hsl(45.4, 15.1%, 48%). Use this value directly in CSS, SVG, and most design tools.

How do I use brown grey in CSS?

To apply brown grey in CSS:

  • Text color: color: hsl(45.4, 15.1%, 48%);
  • Background: background-color: hsl(45.4, 15.1%, 48%);
  • Border: border-color: hsl(45.4, 15.1%, 48%);

What are all the color format values for brown grey?

FormatValue
HEX#8d8468
RGBrgb(141, 132, 104)
HSLhsl(45.4, 15.1%, 48%)
CMYKcmyk(0%, 6.4%, 26.2%, 44.7%)

How do I convert brown grey to HSL?

Select brown grey from the color name list in our color converter. The HSL value — hsl(45.4, 15.1%, 48%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does brown grey belong to?

brown grey belongs to the yellow color family. It is a medium, muted color with HSL values: hue 45.4°, saturation 15.1%, lightness 48%.

How do I create lighter and darker shades of brown grey?

Lighter variant (lightness 63%): #afa892. Darker variant (lightness 33%): #615b47. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.