What is the CMYK code for burnt sienna?
The CSS color burnt sienna in CMYK format is cmyk(0%, 55.7%, 91.5%, 31%). Use this value directly in CSS, SVG, and most design tools.
How do I use burnt sienna in CSS?
To apply burnt sienna in CSS:
- Text color: color: cmyk(0%, 55.7%, 91.5%, 31%);
- Background: background-color: cmyk(0%, 55.7%, 91.5%, 31%);
- Border: border-color: cmyk(0%, 55.7%, 91.5%, 31%);
What are all the color format values for burnt sienna?
| Format | Value |
|---|---|
| HEX | #b04e0f |
| RGB | rgb(176, 78, 15) |
| HSL | hsl(23.5, 84.3%, 37.5%) |
| CMYK | cmyk(0%, 55.7%, 91.5%, 31%) |
How do I convert burnt sienna to CMYK?
Select burnt sienna from the color name list in our color converter. The CMYK value — cmyk(0%, 55.7%, 91.5%, 31%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does burnt sienna belong to?
burnt sienna belongs to the orange color family. It is a medium, vivid color with HSL values: hue 23.5°, saturation 84.3%, lightness 37.5%.
How do I create lighter and darker shades of burnt sienna?
Lighter variant (lightness 52.5%): #ec7020. Darker variant (lightness 22.5%): #6a2f09. 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.