Shades of Burnt Umber #802C0D
Tints of Burnt Umber #802C0D
RGB
CMYK
RGB Variations
Color information
#802C0D (or 0x802C0D) is known color: Burnt Umber. HEX triplet: 80, 2C and 0D. RGB value is (128,44,13). Sum of RGB (Red+Green+Blue) = 128+44+13=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #802C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C0D is #7FD3F2. Grayscale: #414141. Windows color (decimal): -8377331 or 863360. OLE color: 863360.
HSL color Cylindrical-coordinate representation of color #802C0D: hue angle of 16.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #802C0D is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 13 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.50 |
| HSL | 16.17º | 0.82% | 0.28% | - |
| HSV(B) | 16.17º | 0.9% | 0.5% | - |
| XYZ | 9.88 | 6.42 | 1.1 | - |
| YUV | 65.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 13 | 0 | 0.66 | 0.90 | 0.50 | 16.17 | 0.82 | 0.28 |
| Hex | 80 | 2C | D | 0 | 42 | 5A | 32 | 10 | 52 | 1C |
| Octal | 200 | 54 | 15 | 0 | 102 | 132 | 62 | 20 | 122 | 34 |
| Binary | 10000000 | 101100 | 1101 | 0 | 1000010 | 1011010 | 110010 | 10000 | 1010010 | 11100 |
Color Harmonies of #802C0D
Complementary color
Monochromatic Colors of #802C0D
Black with #802C0D
Text Example
Text Example
White with #802C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C0D; }
p { color: rgb(128,44,13); }
H1.HeaderClassName
{
color: #802C0D;
}
.AnyTagClassName
{
color: #802C0D;
}
</style>
background-color css
<style>
a { background-color: #802C0D; }
a { background-color: rgb(128,44,13); }
div.DivClassName
{
background-color: #802C0D;
}
.BgClassName
{
background-color: #802C0D;
}
</style>
border-color css
<style>
span { border-color: #802C0D; }
span { border-color: rgb(128,44,13); }
td.TdClassName
{
border-color: #802C0D;
}
.TagClassName
{
border-color: #802C0D;
}
</style>