What is the CMYK code for brown red?
The CSS color brown red in CMYK format is cmyk(0%, 70.5%, 96.6%, 42.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use brown red in CSS?
To apply brown red in CSS:
- Text color: color: cmyk(0%, 70.5%, 96.6%, 42.7%);
- Background: background-color: cmyk(0%, 70.5%, 96.6%, 42.7%);
- Border: border-color: cmyk(0%, 70.5%, 96.6%, 42.7%);
What are all the color format values for brown red?
| Format | Value |
|---|---|
| HEX | #922b05 |
| RGB | rgb(146, 43, 5) |
| HSL | hsl(16.2, 93.4%, 29.6%) |
| CMYK | cmyk(0%, 70.5%, 96.6%, 42.7%) |
How do I convert brown red to CMYK?
Select brown red from the color name list in our color converter. The CMYK value — cmyk(0%, 70.5%, 96.6%, 42.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does brown red belong to?
brown red belongs to the orange color family. It is a dark, vivid color with HSL values: hue 16.2°, saturation 93.4%, lightness 29.6%.
How do I create lighter and darker shades of brown red?
Lighter variant (lightness 44.6%): #dc4108. Darker variant (lightness 14.600000000000001%): #481502. 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.