What is the RGB code for cinnamon?
The CSS color cinnamon in RGB format is rgb(172, 79, 6). Use this value directly in CSS, SVG, and most design tools.
How do I use cinnamon in CSS?
To apply cinnamon in CSS:
- Text color: color: rgb(172, 79, 6);
- Background: background-color: rgb(172, 79, 6);
- Border: border-color: rgb(172, 79, 6);
What are all the color format values for cinnamon?
| Format | Value |
|---|---|
| HEX | #ac4f06 |
| RGB | rgb(172, 79, 6) |
| HSL | hsl(26.4, 93.3%, 34.9%) |
| CMYK | cmyk(0%, 54.1%, 96.5%, 32.5%) |
How do I convert cinnamon to RGB?
Select cinnamon from the color name list in our color converter. The RGB value — rgb(172, 79, 6) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cinnamon belong to?
cinnamon belongs to the orange color family. It is a medium, vivid color with HSL values: hue 26.4°, saturation 93.3%, lightness 34.9%.
How do I create lighter and darker shades of cinnamon?
Lighter variant (lightness 49.9%): #f67109. Darker variant (lightness 19.9%): #622d03. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.