Shades of Burnt Umber #802919
Tints of Burnt Umber #802919
RGB
CMYK
RGB Variations
Color information
#802919 (or 0x802919) is known color: Burnt Umber. HEX triplet: 80, 29 and 19. RGB value is (128,41,25). Sum of RGB (Red+Green+Blue) = 128+41+25=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #802919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802919 is #7FD6E6. Grayscale: #414141. Windows color (decimal): -8378087 or 1649024. OLE color: 1649024.
HSL color Cylindrical-coordinate representation of color #802919: hue angle of 9.32º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802919 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 25 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.50 |
| HSL | 9.32º | 0.67% | 0.3% | - |
| HSV(B) | 9.32º | 0.8% | 0.5% | - |
| XYZ | 9.87 | 6.25 | 1.6 | - |
| YUV | 65.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 25 | 0 | 0.68 | 0.80 | 0.50 | 9.32 | 0.67 | 0.3 |
| Hex | 80 | 29 | 19 | 0 | 44 | 50 | 32 | 9 | 43 | 1E |
| Octal | 200 | 51 | 31 | 0 | 104 | 120 | 62 | 11 | 103 | 36 |
| Binary | 10000000 | 101001 | 11001 | 0 | 1000100 | 1010000 | 110010 | 1001 | 1000011 | 11110 |
Color Harmonies of #802919
Complementary color
Monochromatic Colors of #802919
Black with #802919
Text Example
Text Example
White with #802919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802919; }
p { color: rgb(128,41,25); }
H1.HeaderClassName
{
color: #802919;
}
.AnyTagClassName
{
color: #802919;
}
</style>
background-color css
<style>
a { background-color: #802919; }
a { background-color: rgb(128,41,25); }
div.DivClassName
{
background-color: #802919;
}
.BgClassName
{
background-color: #802919;
}
</style>
border-color css
<style>
span { border-color: #802919; }
span { border-color: rgb(128,41,25); }
td.TdClassName
{
border-color: #802919;
}
.TagClassName
{
border-color: #802919;
}
</style>