Shades of Burnt Umber #8C2F0D
Tints of Burnt Umber #8C2F0D
RGB
CMYK
RGB Variations
Color information
#8C2F0D (or 0x8C2F0D) is known color: Burnt Umber. HEX triplet: 8C, 2F and 0D. RGB value is (140,47,13). Sum of RGB (Red+Green+Blue) = 140+47+13=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2F0D is #73D0F2. Grayscale: #474747. Windows color (decimal): -7590131 or 864140. OLE color: 864140.
HSL color Cylindrical-coordinate representation of color #8C2F0D: hue angle of 16.06º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C2F0D is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 13 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.45 |
| HSL | 16.06º | 0.83% | 0.3% | - |
| HSV(B) | 16.06º | 0.91% | 0.55% | - |
| XYZ | 11.9 | 7.64 | 1.23 | - |
| YUV | 70.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 13 | 0 | 0.66 | 0.91 | 0.45 | 16.06 | 0.83 | 0.3 |
| Hex | 8C | 2F | D | 0 | 42 | 5B | 2D | 10 | 53 | 1E |
| Octal | 214 | 57 | 15 | 0 | 102 | 133 | 55 | 20 | 123 | 36 |
| Binary | 10001100 | 101111 | 1101 | 0 | 1000010 | 1011011 | 101101 | 10000 | 1010011 | 11110 |
Color Harmonies of #8C2F0D
Complementary color
Monochromatic Colors of #8C2F0D
Black with #8C2F0D
Text Example
Text Example
White with #8C2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F0D; }
p { color: rgb(140,47,13); }
H1.HeaderClassName
{
color: #8C2F0D;
}
.AnyTagClassName
{
color: #8C2F0D;
}
</style>
background-color css
<style>
a { background-color: #8C2F0D; }
a { background-color: rgb(140,47,13); }
div.DivClassName
{
background-color: #8C2F0D;
}
.BgClassName
{
background-color: #8C2F0D;
}
</style>
border-color css
<style>
span { border-color: #8C2F0D; }
span { border-color: rgb(140,47,13); }
td.TdClassName
{
border-color: #8C2F0D;
}
.TagClassName
{
border-color: #8C2F0D;
}
</style>