Shades of Burnt Umber #802913
Tints of Burnt Umber #802913
RGB
CMYK
RGB Variations
Color information
#802913 (or 0x802913) is known color: Burnt Umber. HEX triplet: 80, 29 and 13. RGB value is (128,41,19). Sum of RGB (Red+Green+Blue) = 128+41+19=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #802913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802913 is #7FD6EC. Grayscale: #404040. Windows color (decimal): -8378093 or 1255808. OLE color: 1255808.
HSL color Cylindrical-coordinate representation of color #802913: hue angle of 12.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #802913 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 19 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.50 |
| HSL | 12.11º | 0.74% | 0.29% | - |
| HSV(B) | 12.11º | 0.85% | 0.5% | - |
| XYZ | 9.81 | 6.22 | 1.3 | - |
| YUV | 64.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 19 | 0 | 0.68 | 0.85 | 0.50 | 12.11 | 0.74 | 0.29 |
| Hex | 80 | 29 | 13 | 0 | 44 | 55 | 32 | C | 4A | 1D |
| Octal | 200 | 51 | 23 | 0 | 104 | 125 | 62 | 14 | 112 | 35 |
| Binary | 10000000 | 101001 | 10011 | 0 | 1000100 | 1010101 | 110010 | 1100 | 1001010 | 11101 |
Color Harmonies of #802913
Complementary color
Monochromatic Colors of #802913
Black with #802913
Text Example
Text Example
White with #802913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802913; }
p { color: rgb(128,41,19); }
H1.HeaderClassName
{
color: #802913;
}
.AnyTagClassName
{
color: #802913;
}
</style>
background-color css
<style>
a { background-color: #802913; }
a { background-color: rgb(128,41,19); }
div.DivClassName
{
background-color: #802913;
}
.BgClassName
{
background-color: #802913;
}
</style>
border-color css
<style>
span { border-color: #802913; }
span { border-color: rgb(128,41,19); }
td.TdClassName
{
border-color: #802913;
}
.TagClassName
{
border-color: #802913;
}
</style>