Shades of Burnt Umber #802C1E
Tints of Burnt Umber #802C1E
RGB
CMYK
RGB Variations
Color information
#802C1E (or 0x802C1E) is known color: Burnt Umber. HEX triplet: 80, 2C and 1E. RGB value is (128,44,30). Sum of RGB (Red+Green+Blue) = 128+44+30=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #802C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C1E is #7FD3E1. Grayscale: #434343. Windows color (decimal): -8377314 or 1977472. OLE color: 1977472.
HSL color Cylindrical-coordinate representation of color #802C1E: hue angle of 8.57º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802C1E is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 30 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.50 |
| HSL | 8.57º | 0.62% | 0.31% | - |
| HSV(B) | 8.57º | 0.77% | 0.5% | - |
| XYZ | 10.04 | 6.48 | 1.95 | - |
| YUV | 67.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 30 | 0 | 0.66 | 0.77 | 0.50 | 8.57 | 0.62 | 0.31 |
| Hex | 80 | 2C | 1E | 0 | 42 | 4D | 32 | 9 | 3E | 1F |
| Octal | 200 | 54 | 36 | 0 | 102 | 115 | 62 | 11 | 76 | 37 |
| Binary | 10000000 | 101100 | 11110 | 0 | 1000010 | 1001101 | 110010 | 1001 | 111110 | 11111 |
Color Harmonies of #802C1E
Complementary color
Monochromatic Colors of #802C1E
Black with #802C1E
Text Example
Text Example
White with #802C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C1E; }
p { color: rgb(128,44,30); }
H1.HeaderClassName
{
color: #802C1E;
}
.AnyTagClassName
{
color: #802C1E;
}
</style>
background-color css
<style>
a { background-color: #802C1E; }
a { background-color: rgb(128,44,30); }
div.DivClassName
{
background-color: #802C1E;
}
.BgClassName
{
background-color: #802C1E;
}
</style>
border-color css
<style>
span { border-color: #802C1E; }
span { border-color: rgb(128,44,30); }
td.TdClassName
{
border-color: #802C1E;
}
.TagClassName
{
border-color: #802C1E;
}
</style>