Shades of Burnt Umber #802817
Tints of Burnt Umber #802817
RGB
CMYK
RGB Variations
Color information
#802817 (or 0x802817) is known color: Burnt Umber. HEX triplet: 80, 28 and 17. RGB value is (128,40,23). Sum of RGB (Red+Green+Blue) = 128+40+23=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #802817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802817 is #7FD7E8. Grayscale: #404040. Windows color (decimal): -8378345 or 1517696. OLE color: 1517696.
HSL color Cylindrical-coordinate representation of color #802817: hue angle of 9.71º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802817 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 23 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.50 |
| HSL | 9.71º | 0.7% | 0.3% | - |
| HSV(B) | 9.71º | 0.82% | 0.5% | - |
| XYZ | 9.82 | 6.17 | 1.48 | - |
| YUV | 64.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 23 | 0 | 0.69 | 0.82 | 0.50 | 9.71 | 0.7 | 0.3 |
| Hex | 80 | 28 | 17 | 0 | 45 | 52 | 32 | A | 46 | 1E |
| Octal | 200 | 50 | 27 | 0 | 105 | 122 | 62 | 12 | 106 | 36 |
| Binary | 10000000 | 101000 | 10111 | 0 | 1000101 | 1010010 | 110010 | 1010 | 1000110 | 11110 |
Color Harmonies of #802817
Complementary color
Monochromatic Colors of #802817
Black with #802817
Text Example
Text Example
White with #802817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802817; }
p { color: rgb(128,40,23); }
H1.HeaderClassName
{
color: #802817;
}
.AnyTagClassName
{
color: #802817;
}
</style>
background-color css
<style>
a { background-color: #802817; }
a { background-color: rgb(128,40,23); }
div.DivClassName
{
background-color: #802817;
}
.BgClassName
{
background-color: #802817;
}
</style>
border-color css
<style>
span { border-color: #802817; }
span { border-color: rgb(128,40,23); }
td.TdClassName
{
border-color: #802817;
}
.TagClassName
{
border-color: #802817;
}
</style>