What is the CMYK code for brownish grey?
The CSS color brownish grey in CMYK format is cmyk(0%, 11.2%, 29.1%, 47.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use brownish grey in CSS?
To apply brownish grey in CSS:
- Text color: color: cmyk(0%, 11.2%, 29.1%, 47.5%);
- Background: background-color: cmyk(0%, 11.2%, 29.1%, 47.5%);
- Border: border-color: cmyk(0%, 11.2%, 29.1%, 47.5%);
What are all the color format values for brownish grey?
| Format | Value |
|---|---|
| HEX | #86775f |
| RGB | rgb(134, 119, 95) |
| HSL | hsl(36.9, 17%, 44.9%) |
| CMYK | cmyk(0%, 11.2%, 29.1%, 47.5%) |
How do I convert brownish grey to CMYK?
Select brownish grey from the color name list in our color converter. The CMYK value — cmyk(0%, 11.2%, 29.1%, 47.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does brownish grey belong to?
brownish grey belongs to the orange color family. It is a medium, muted color with HSL values: hue 36.9°, saturation 17%, lightness 44.9%.
How do I create lighter and darker shades of brownish grey?
Lighter variant (lightness 59.9%): #aa9d87. Darker variant (lightness 29.9%): #594f3f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.