Shades of Burnt Umber #802D13
Tints of Burnt Umber #802D13
RGB
CMYK
RGB Variations
Color information
#802D13 (or 0x802D13) is known color: Burnt Umber. HEX triplet: 80, 2D and 13. RGB value is (128,45,19). Sum of RGB (Red+Green+Blue) = 128+45+19=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #802D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802D13 is #7FD2EC. Grayscale: #434343. Windows color (decimal): -8377069 or 1256832. OLE color: 1256832.
HSL color Cylindrical-coordinate representation of color #802D13: hue angle of 14.31º 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 #802D13 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 19 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.50 |
| HSL | 14.31º | 0.74% | 0.29% | - |
| HSV(B) | 14.31º | 0.85% | 0.5% | - |
| XYZ | 9.96 | 6.51 | 1.35 | - |
| YUV | 66.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 19 | 0 | 0.65 | 0.85 | 0.50 | 14.31 | 0.74 | 0.29 |
| Hex | 80 | 2D | 13 | 0 | 41 | 55 | 32 | E | 4A | 1D |
| Octal | 200 | 55 | 23 | 0 | 101 | 125 | 62 | 16 | 112 | 35 |
| Binary | 10000000 | 101101 | 10011 | 0 | 1000001 | 1010101 | 110010 | 1110 | 1001010 | 11101 |
Color Harmonies of #802D13
Complementary color
Monochromatic Colors of #802D13
Black with #802D13
Text Example
Text Example
White with #802D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D13; }
p { color: rgb(128,45,19); }
H1.HeaderClassName
{
color: #802D13;
}
.AnyTagClassName
{
color: #802D13;
}
</style>
background-color css
<style>
a { background-color: #802D13; }
a { background-color: rgb(128,45,19); }
div.DivClassName
{
background-color: #802D13;
}
.BgClassName
{
background-color: #802D13;
}
</style>
border-color css
<style>
span { border-color: #802D13; }
span { border-color: rgb(128,45,19); }
td.TdClassName
{
border-color: #802D13;
}
.TagClassName
{
border-color: #802D13;
}
</style>