Shades of Burnt Umber #8D2814
Tints of Burnt Umber #8D2814
RGB
CMYK
RGB Variations
Color information
#8D2814 (or 0x8D2814) is known color: Burnt Umber. HEX triplet: 8D, 28 and 14. RGB value is (141,40,20). Sum of RGB (Red+Green+Blue) = 141+40+20=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2814 is #72D7EB. Grayscale: #444444. Windows color (decimal): -7526380 or 1321101. OLE color: 1321101.
HSL color Cylindrical-coordinate representation of color #8D2814: hue angle of 9.92º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D2814 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 20 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.45 |
| HSL | 9.92º | 0.75% | 0.32% | - |
| HSV(B) | 9.92º | 0.86% | 0.55% | - |
| XYZ | 11.87 | 7.23 | 1.43 | - |
| YUV | 67.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 20 | 0 | 0.72 | 0.86 | 0.45 | 9.92 | 0.75 | 0.32 |
| Hex | 8D | 28 | 14 | 0 | 48 | 56 | 2D | A | 4B | 20 |
| Octal | 215 | 50 | 24 | 0 | 110 | 126 | 55 | 12 | 113 | 40 |
| Binary | 10001101 | 101000 | 10100 | 0 | 1001000 | 1010110 | 101101 | 1010 | 1001011 | 100000 |
Color Harmonies of #8D2814
Complementary color
Monochromatic Colors of #8D2814
Black with #8D2814
Text Example
Text Example
White with #8D2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2814; }
p { color: rgb(141,40,20); }
H1.HeaderClassName
{
color: #8D2814;
}
.AnyTagClassName
{
color: #8D2814;
}
</style>
background-color css
<style>
a { background-color: #8D2814; }
a { background-color: rgb(141,40,20); }
div.DivClassName
{
background-color: #8D2814;
}
.BgClassName
{
background-color: #8D2814;
}
</style>
border-color css
<style>
span { border-color: #8D2814; }
span { border-color: rgb(141,40,20); }
td.TdClassName
{
border-color: #8D2814;
}
.TagClassName
{
border-color: #8D2814;
}
</style>