Shades of Burnt Umber #802A10
Tints of Burnt Umber #802A10
RGB
CMYK
RGB Variations
Color information
#802A10 (or 0x802A10) is known color: Burnt Umber. HEX triplet: 80, 2A and 10. RGB value is (128,42,16). Sum of RGB (Red+Green+Blue) = 128+42+16=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #802A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802A10 is #7FD5EF. Grayscale: #404040. Windows color (decimal): -8377840 or 1059456. OLE color: 1059456.
HSL color Cylindrical-coordinate representation of color #802A10: hue angle of 13.93º degrees, saturation: 0.78, 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 #802A10 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 16 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.50 |
| HSL | 13.93º | 0.78% | 0.28% | - |
| HSV(B) | 13.93º | 0.88% | 0.5% | - |
| XYZ | 9.82 | 6.28 | 1.19 | - |
| YUV | 64.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 16 | 0 | 0.67 | 0.88 | 0.50 | 13.93 | 0.78 | 0.28 |
| Hex | 80 | 2A | 10 | 0 | 43 | 58 | 32 | E | 4E | 1C |
| Octal | 200 | 52 | 20 | 0 | 103 | 130 | 62 | 16 | 116 | 34 |
| Binary | 10000000 | 101010 | 10000 | 0 | 1000011 | 1011000 | 110010 | 1110 | 1001110 | 11100 |
Color Harmonies of #802A10
Complementary color
Monochromatic Colors of #802A10
Black with #802A10
Text Example
Text Example
White with #802A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A10; }
p { color: rgb(128,42,16); }
H1.HeaderClassName
{
color: #802A10;
}
.AnyTagClassName
{
color: #802A10;
}
</style>
background-color css
<style>
a { background-color: #802A10; }
a { background-color: rgb(128,42,16); }
div.DivClassName
{
background-color: #802A10;
}
.BgClassName
{
background-color: #802A10;
}
</style>
border-color css
<style>
span { border-color: #802A10; }
span { border-color: rgb(128,42,16); }
td.TdClassName
{
border-color: #802A10;
}
.TagClassName
{
border-color: #802A10;
}
</style>