Shades of Burnt Umber #802F19
Tints of Burnt Umber #802F19
RGB
CMYK
RGB Variations
Color information
#802F19 (or 0x802F19) is known color: Burnt Umber. HEX triplet: 80, 2F and 19. RGB value is (128,47,25). Sum of RGB (Red+Green+Blue) = 128+47+25=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F19 is #7FD0E6. Grayscale: #444444. Windows color (decimal): -8376551 or 1650560. OLE color: 1650560.
HSL color Cylindrical-coordinate representation of color #802F19: hue angle of 12.82º 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 #802F19 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 25 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.50 |
| HSL | 12.82º | 0.67% | 0.3% | - |
| HSV(B) | 12.82º | 0.8% | 0.5% | - |
| XYZ | 10.09 | 6.69 | 1.68 | - |
| YUV | 68.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 25 | 0 | 0.63 | 0.80 | 0.50 | 12.82 | 0.67 | 0.3 |
| Hex | 80 | 2F | 19 | 0 | 3F | 50 | 32 | D | 43 | 1E |
| Octal | 200 | 57 | 31 | 0 | 77 | 120 | 62 | 15 | 103 | 36 |
| Binary | 10000000 | 101111 | 11001 | 0 | 111111 | 1010000 | 110010 | 1101 | 1000011 | 11110 |
Color Harmonies of #802F19
Complementary color
Monochromatic Colors of #802F19
Black with #802F19
Text Example
Text Example
White with #802F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F19; }
p { color: rgb(128,47,25); }
H1.HeaderClassName
{
color: #802F19;
}
.AnyTagClassName
{
color: #802F19;
}
</style>
background-color css
<style>
a { background-color: #802F19; }
a { background-color: rgb(128,47,25); }
div.DivClassName
{
background-color: #802F19;
}
.BgClassName
{
background-color: #802F19;
}
</style>
border-color css
<style>
span { border-color: #802F19; }
span { border-color: rgb(128,47,25); }
td.TdClassName
{
border-color: #802F19;
}
.TagClassName
{
border-color: #802F19;
}
</style>