Shades of Burnt Umber #8C2A14
Tints of Burnt Umber #8C2A14
RGB
CMYK
RGB Variations
Color information
#8C2A14 (or 0x8C2A14) is known color: Burnt Umber. HEX triplet: 8C, 2A and 14. RGB value is (140,42,20). Sum of RGB (Red+Green+Blue) = 140+42+20=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2A14 is #73D5EB. Grayscale: #444444. Windows color (decimal): -7591404 or 1321612. OLE color: 1321612.
HSL color Cylindrical-coordinate representation of color #8C2A14: hue angle of 11º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C2A14 is Cyan = 0, Magento = 0.7, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 42 | 20 | - |
| CMYK | 0 | 0.7 | 0.86 | 0.45 |
| HSL | 11º | 0.75% | 0.31% | - |
| HSV(B) | 11º | 0.86% | 0.55% | - |
| XYZ | 11.77 | 7.28 | 1.45 | - |
| YUV | 68.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 20 | 0 | 0.7 | 0.86 | 0.45 | 11 | 0.75 | 0.31 |
| Hex | 8C | 2A | 14 | 0 | 46 | 56 | 2D | B | 4B | 1F |
| Octal | 214 | 52 | 24 | 0 | 106 | 126 | 55 | 13 | 113 | 37 |
| Binary | 10001100 | 101010 | 10100 | 0 | 1000110 | 1010110 | 101101 | 1011 | 1001011 | 11111 |
Color Harmonies of #8C2A14
Complementary color
Monochromatic Colors of #8C2A14
Black with #8C2A14
Text Example
Text Example
White with #8C2A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2A14; }
p { color: rgb(140,42,20); }
H1.HeaderClassName
{
color: #8C2A14;
}
.AnyTagClassName
{
color: #8C2A14;
}
</style>
background-color css
<style>
a { background-color: #8C2A14; }
a { background-color: rgb(140,42,20); }
div.DivClassName
{
background-color: #8C2A14;
}
.BgClassName
{
background-color: #8C2A14;
}
</style>
border-color css
<style>
span { border-color: #8C2A14; }
span { border-color: rgb(140,42,20); }
td.TdClassName
{
border-color: #8C2A14;
}
.TagClassName
{
border-color: #8C2A14;
}
</style>