What is the HSL code for dirt brown?
The CSS color dirt brown in HSL format is hsl(35.7, 39.4%, 36.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use dirt brown in CSS?
To apply dirt brown in CSS:
- Text color: color: hsl(35.7, 39.4%, 36.9%);
- Background: background-color: hsl(35.7, 39.4%, 36.9%);
- Border: border-color: hsl(35.7, 39.4%, 36.9%);
What are all the color format values for dirt brown?
| Format | Value |
|---|---|
| HEX | #836539 |
| RGB | rgb(131, 101, 57) |
| HSL | hsl(35.7, 39.4%, 36.9%) |
| CMYK | cmyk(0%, 22.9%, 56.5%, 48.6%) |
How do I convert dirt brown to HSL?
Select dirt brown from the color name list in our color converter. The HSL value — hsl(35.7, 39.4%, 36.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dirt brown belong to?
dirt brown belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 35.7°, saturation 39.4%, lightness 36.9%.
How do I create lighter and darker shades of dirt brown?
Lighter variant (lightness 51.9%): #b58e54. Darker variant (lightness 21.9%): #4e3c22. 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.