Shades of Burnt Umber #802D0F
Tints of Burnt Umber #802D0F
RGB
CMYK
RGB Variations
Color information
#802D0F (or 0x802D0F) is known color: Burnt Umber. HEX triplet: 80, 2D and 0F. RGB value is (128,45,15). Sum of RGB (Red+Green+Blue) = 128+45+15=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #802D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802D0F is #7FD2F0. Grayscale: #424242. Windows color (decimal): -8377073 or 994688. OLE color: 994688.
HSL color Cylindrical-coordinate representation of color #802D0F: hue angle of 15.93º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #802D0F is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 15 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.50 |
| HSL | 15.93º | 0.79% | 0.28% | - |
| HSV(B) | 15.93º | 0.88% | 0.5% | - |
| XYZ | 9.93 | 6.5 | 1.18 | - |
| YUV | 66.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 15 | 0 | 0.65 | 0.88 | 0.50 | 15.93 | 0.79 | 0.28 |
| Hex | 80 | 2D | F | 0 | 41 | 58 | 32 | 10 | 4F | 1C |
| Octal | 200 | 55 | 17 | 0 | 101 | 130 | 62 | 20 | 117 | 34 |
| Binary | 10000000 | 101101 | 1111 | 0 | 1000001 | 1011000 | 110010 | 10000 | 1001111 | 11100 |
Color Harmonies of #802D0F
Complementary color
Monochromatic Colors of #802D0F
Black with #802D0F
Text Example
Text Example
White with #802D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D0F; }
p { color: rgb(128,45,15); }
H1.HeaderClassName
{
color: #802D0F;
}
.AnyTagClassName
{
color: #802D0F;
}
</style>
background-color css
<style>
a { background-color: #802D0F; }
a { background-color: rgb(128,45,15); }
div.DivClassName
{
background-color: #802D0F;
}
.BgClassName
{
background-color: #802D0F;
}
</style>
border-color css
<style>
span { border-color: #802D0F; }
span { border-color: rgb(128,45,15); }
td.TdClassName
{
border-color: #802D0F;
}
.TagClassName
{
border-color: #802D0F;
}
</style>