Shades of Burnt Umber #8C2F12
Tints of Burnt Umber #8C2F12
RGB
CMYK
RGB Variations
Color information
#8C2F12 (or 0x8C2F12) is known color: Burnt Umber. HEX triplet: 8C, 2F and 12. RGB value is (140,47,18). Sum of RGB (Red+Green+Blue) = 140+47+18=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2F12 is #73D0ED. Grayscale: #474747. Windows color (decimal): -7590126 or 1191820. OLE color: 1191820.
HSL color Cylindrical-coordinate representation of color #8C2F12: hue angle of 14.26º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C2F12 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 18 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.45 |
| HSL | 14.26º | 0.77% | 0.31% | - |
| HSV(B) | 14.26º | 0.87% | 0.55% | - |
| XYZ | 11.94 | 7.65 | 1.42 | - |
| YUV | 71.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 18 | 0 | 0.66 | 0.87 | 0.45 | 14.26 | 0.77 | 0.31 |
| Hex | 8C | 2F | 12 | 0 | 42 | 57 | 2D | E | 4D | 1F |
| Octal | 214 | 57 | 22 | 0 | 102 | 127 | 55 | 16 | 115 | 37 |
| Binary | 10001100 | 101111 | 10010 | 0 | 1000010 | 1010111 | 101101 | 1110 | 1001101 | 11111 |
Color Harmonies of #8C2F12
Complementary color
Monochromatic Colors of #8C2F12
Black with #8C2F12
Text Example
Text Example
White with #8C2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F12; }
p { color: rgb(140,47,18); }
H1.HeaderClassName
{
color: #8C2F12;
}
.AnyTagClassName
{
color: #8C2F12;
}
</style>
background-color css
<style>
a { background-color: #8C2F12; }
a { background-color: rgb(140,47,18); }
div.DivClassName
{
background-color: #8C2F12;
}
.BgClassName
{
background-color: #8C2F12;
}
</style>
border-color css
<style>
span { border-color: #8C2F12; }
span { border-color: rgb(140,47,18); }
td.TdClassName
{
border-color: #8C2F12;
}
.TagClassName
{
border-color: #8C2F12;
}
</style>