Shades of Burnt Umber #8C2C16
Tints of Burnt Umber #8C2C16
RGB
CMYK
RGB Variations
Color information
#8C2C16 (or 0x8C2C16) is known color: Burnt Umber. HEX triplet: 8C, 2C and 16. RGB value is (140,44,22). Sum of RGB (Red+Green+Blue) = 140+44+22=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2C16 is #73D3E9. Grayscale: #464646. Windows color (decimal): -7590890 or 1453196. OLE color: 1453196.
HSL color Cylindrical-coordinate representation of color #8C2C16: hue angle of 11.19º 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 #8C2C16 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 44 | 22 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.45 |
| HSL | 11.19º | 0.73% | 0.32% | - |
| HSV(B) | 11.19º | 0.84% | 0.55% | - |
| XYZ | 11.86 | 7.43 | 1.57 | - |
| YUV | 70.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 22 | 0 | 0.69 | 0.84 | 0.45 | 11.19 | 0.73 | 0.32 |
| Hex | 8C | 2C | 16 | 0 | 45 | 54 | 2D | B | 49 | 20 |
| Octal | 214 | 54 | 26 | 0 | 105 | 124 | 55 | 13 | 111 | 40 |
| Binary | 10001100 | 101100 | 10110 | 0 | 1000101 | 1010100 | 101101 | 1011 | 1001001 | 100000 |
Color Harmonies of #8C2C16
Complementary color
Monochromatic Colors of #8C2C16
Black with #8C2C16
Text Example
Text Example
White with #8C2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2C16; }
p { color: rgb(140,44,22); }
H1.HeaderClassName
{
color: #8C2C16;
}
.AnyTagClassName
{
color: #8C2C16;
}
</style>
background-color css
<style>
a { background-color: #8C2C16; }
a { background-color: rgb(140,44,22); }
div.DivClassName
{
background-color: #8C2C16;
}
.BgClassName
{
background-color: #8C2C16;
}
</style>
border-color css
<style>
span { border-color: #8C2C16; }
span { border-color: rgb(140,44,22); }
td.TdClassName
{
border-color: #8C2C16;
}
.TagClassName
{
border-color: #8C2C16;
}
</style>