Shades of Burnt Umber #802A13
Tints of Burnt Umber #802A13
RGB
CMYK
RGB Variations
Color information
#802A13 (or 0x802A13) is known color: Burnt Umber. HEX triplet: 80, 2A and 13. RGB value is (128,42,19). Sum of RGB (Red+Green+Blue) = 128+42+19=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #802A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802A13 is #7FD5EC. Grayscale: #414141. Windows color (decimal): -8377837 or 1256064. OLE color: 1256064.
HSL color Cylindrical-coordinate representation of color #802A13: hue angle of 12.66º 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 #802A13 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 19 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.50 |
| HSL | 12.66º | 0.74% | 0.29% | - |
| HSV(B) | 12.66º | 0.85% | 0.5% | - |
| XYZ | 9.85 | 6.29 | 1.31 | - |
| YUV | 65.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 19 | 0 | 0.67 | 0.85 | 0.50 | 12.66 | 0.74 | 0.29 |
| Hex | 80 | 2A | 13 | 0 | 43 | 55 | 32 | D | 4A | 1D |
| Octal | 200 | 52 | 23 | 0 | 103 | 125 | 62 | 15 | 112 | 35 |
| Binary | 10000000 | 101010 | 10011 | 0 | 1000011 | 1010101 | 110010 | 1101 | 1001010 | 11101 |
Color Harmonies of #802A13
Complementary color
Monochromatic Colors of #802A13
Black with #802A13
Text Example
Text Example
White with #802A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A13; }
p { color: rgb(128,42,19); }
H1.HeaderClassName
{
color: #802A13;
}
.AnyTagClassName
{
color: #802A13;
}
</style>
background-color css
<style>
a { background-color: #802A13; }
a { background-color: rgb(128,42,19); }
div.DivClassName
{
background-color: #802A13;
}
.BgClassName
{
background-color: #802A13;
}
</style>
border-color css
<style>
span { border-color: #802A13; }
span { border-color: rgb(128,42,19); }
td.TdClassName
{
border-color: #802A13;
}
.TagClassName
{
border-color: #802A13;
}
</style>