What is the CMYK code for brown grey?
The CSS color brown grey in CMYK format is cmyk(0%, 6.4%, 26.2%, 44.7%). 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: cmyk(0%, 6.4%, 26.2%, 44.7%);
- Background: background-color: cmyk(0%, 6.4%, 26.2%, 44.7%);
- Border: border-color: cmyk(0%, 6.4%, 26.2%, 44.7%);
What are all the color format values for brown grey?
| 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%) |
How do I convert brown grey to CMYK?
Select brown grey from the color name list in our color converter. The CMYK value — cmyk(0%, 6.4%, 26.2%, 44.7%) — 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 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.