Shades of Burnt Umber #8C2F13
Tints of Burnt Umber #8C2F13
RGB
CMYK
RGB Variations
Color information
#8C2F13 (or 0x8C2F13) is known color: Burnt Umber. HEX triplet: 8C, 2F and 13. RGB value is (140,47,19). Sum of RGB (Red+Green+Blue) = 140+47+19=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2F13 is #73D0EC. Grayscale: #474747. Windows color (decimal): -7590125 or 1257356. OLE color: 1257356.
HSL color Cylindrical-coordinate representation of color #8C2F13: hue angle of 13.88º degrees, saturation: 0.76, 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 #8C2F13 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 19 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.45 |
| HSL | 13.88º | 0.76% | 0.31% | - |
| HSV(B) | 13.88º | 0.86% | 0.55% | - |
| XYZ | 11.95 | 7.66 | 1.46 | - |
| YUV | 71.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 19 | 0 | 0.66 | 0.86 | 0.45 | 13.88 | 0.76 | 0.31 |
| Hex | 8C | 2F | 13 | 0 | 42 | 56 | 2D | E | 4C | 1F |
| Octal | 214 | 57 | 23 | 0 | 102 | 126 | 55 | 16 | 114 | 37 |
| Binary | 10001100 | 101111 | 10011 | 0 | 1000010 | 1010110 | 101101 | 1110 | 1001100 | 11111 |
Color Harmonies of #8C2F13
Complementary color
Monochromatic Colors of #8C2F13
Black with #8C2F13
Text Example
Text Example
White with #8C2F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F13; }
p { color: rgb(140,47,19); }
H1.HeaderClassName
{
color: #8C2F13;
}
.AnyTagClassName
{
color: #8C2F13;
}
</style>
background-color css
<style>
a { background-color: #8C2F13; }
a { background-color: rgb(140,47,19); }
div.DivClassName
{
background-color: #8C2F13;
}
.BgClassName
{
background-color: #8C2F13;
}
</style>
border-color css
<style>
span { border-color: #8C2F13; }
span { border-color: rgb(140,47,19); }
td.TdClassName
{
border-color: #8C2F13;
}
.TagClassName
{
border-color: #8C2F13;
}
</style>