Shades of Burnt Umber #802F13
Tints of Burnt Umber #802F13
RGB
CMYK
RGB Variations
Color information
#802F13 (or 0x802F13) is known color: Burnt Umber. HEX triplet: 80, 2F and 13. RGB value is (128,47,19). Sum of RGB (Red+Green+Blue) = 128+47+19=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #802F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F13 is #7FD0EC. Grayscale: #444444. Windows color (decimal): -8376557 or 1257344. OLE color: 1257344.
HSL color Cylindrical-coordinate representation of color #802F13: hue angle of 15.41º 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 #802F13 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 19 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.50 |
| HSL | 15.41º | 0.74% | 0.29% | - |
| HSV(B) | 15.41º | 0.85% | 0.5% | - |
| XYZ | 10.04 | 6.67 | 1.37 | - |
| YUV | 68.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 19 | 0 | 0.63 | 0.85 | 0.50 | 15.41 | 0.74 | 0.29 |
| Hex | 80 | 2F | 13 | 0 | 3F | 55 | 32 | F | 4A | 1D |
| Octal | 200 | 57 | 23 | 0 | 77 | 125 | 62 | 17 | 112 | 35 |
| Binary | 10000000 | 101111 | 10011 | 0 | 111111 | 1010101 | 110010 | 1111 | 1001010 | 11101 |
Color Harmonies of #802F13
Complementary color
Monochromatic Colors of #802F13
Black with #802F13
Text Example
Text Example
White with #802F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F13; }
p { color: rgb(128,47,19); }
H1.HeaderClassName
{
color: #802F13;
}
.AnyTagClassName
{
color: #802F13;
}
</style>
background-color css
<style>
a { background-color: #802F13; }
a { background-color: rgb(128,47,19); }
div.DivClassName
{
background-color: #802F13;
}
.BgClassName
{
background-color: #802F13;
}
</style>
border-color css
<style>
span { border-color: #802F13; }
span { border-color: rgb(128,47,19); }
td.TdClassName
{
border-color: #802F13;
}
.TagClassName
{
border-color: #802F13;
}
</style>