Shades of Burnt Umber #8C2F16
Tints of Burnt Umber #8C2F16
RGB
CMYK
RGB Variations
Color information
#8C2F16 (or 0x8C2F16) is known color: Burnt Umber. HEX triplet: 8C, 2F and 16. RGB value is (140,47,22). Sum of RGB (Red+Green+Blue) = 140+47+22=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2F16 is #73D0E9. Grayscale: #484848. Windows color (decimal): -7590122 or 1453964. OLE color: 1453964.
HSL color Cylindrical-coordinate representation of color #8C2F16: hue angle of 12.71º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C2F16 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 22 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.45 |
| HSL | 12.71º | 0.73% | 0.32% | - |
| HSV(B) | 12.71º | 0.84% | 0.55% | - |
| XYZ | 11.98 | 7.67 | 1.61 | - |
| YUV | 71.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 22 | 0 | 0.66 | 0.84 | 0.45 | 12.71 | 0.73 | 0.32 |
| Hex | 8C | 2F | 16 | 0 | 42 | 54 | 2D | D | 49 | 20 |
| Octal | 214 | 57 | 26 | 0 | 102 | 124 | 55 | 15 | 111 | 40 |
| Binary | 10001100 | 101111 | 10110 | 0 | 1000010 | 1010100 | 101101 | 1101 | 1001001 | 100000 |
Color Harmonies of #8C2F16
Complementary color
Monochromatic Colors of #8C2F16
Black with #8C2F16
Text Example
Text Example
White with #8C2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F16; }
p { color: rgb(140,47,22); }
H1.HeaderClassName
{
color: #8C2F16;
}
.AnyTagClassName
{
color: #8C2F16;
}
</style>
background-color css
<style>
a { background-color: #8C2F16; }
a { background-color: rgb(140,47,22); }
div.DivClassName
{
background-color: #8C2F16;
}
.BgClassName
{
background-color: #8C2F16;
}
</style>
border-color css
<style>
span { border-color: #8C2F16; }
span { border-color: rgb(140,47,22); }
td.TdClassName
{
border-color: #8C2F16;
}
.TagClassName
{
border-color: #8C2F16;
}
</style>