Shades of Burnt Umber #8C2A16
Tints of Burnt Umber #8C2A16
RGB
CMYK
RGB Variations
Color information
#8C2A16 (or 0x8C2A16) is known color: Burnt Umber. HEX triplet: 8C, 2A and 16. RGB value is (140,42,22). Sum of RGB (Red+Green+Blue) = 140+42+22=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2A16 is #73D5E9. Grayscale: #454545. Windows color (decimal): -7591402 or 1452684. OLE color: 1452684.
HSL color Cylindrical-coordinate representation of color #8C2A16: hue angle of 10.17º 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 #8C2A16 is Cyan = 0, Magento = 0.7, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 42 | 22 | - |
| CMYK | 0 | 0.7 | 0.84 | 0.45 |
| HSL | 10.17º | 0.73% | 0.32% | - |
| HSV(B) | 10.17º | 0.84% | 0.55% | - |
| XYZ | 11.79 | 7.29 | 1.54 | - |
| YUV | 69.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 22 | 0 | 0.7 | 0.84 | 0.45 | 10.17 | 0.73 | 0.32 |
| Hex | 8C | 2A | 16 | 0 | 46 | 54 | 2D | A | 49 | 20 |
| Octal | 214 | 52 | 26 | 0 | 106 | 124 | 55 | 12 | 111 | 40 |
| Binary | 10001100 | 101010 | 10110 | 0 | 1000110 | 1010100 | 101101 | 1010 | 1001001 | 100000 |
Color Harmonies of #8C2A16
Complementary color
Monochromatic Colors of #8C2A16
Black with #8C2A16
Text Example
Text Example
White with #8C2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2A16; }
p { color: rgb(140,42,22); }
H1.HeaderClassName
{
color: #8C2A16;
}
.AnyTagClassName
{
color: #8C2A16;
}
</style>
background-color css
<style>
a { background-color: #8C2A16; }
a { background-color: rgb(140,42,22); }
div.DivClassName
{
background-color: #8C2A16;
}
.BgClassName
{
background-color: #8C2A16;
}
</style>
border-color css
<style>
span { border-color: #8C2A16; }
span { border-color: rgb(140,42,22); }
td.TdClassName
{
border-color: #8C2A16;
}
.TagClassName
{
border-color: #8C2A16;
}
</style>