Shades of Burnt Umber #802C0C
Tints of Burnt Umber #802C0C
RGB
CMYK
RGB Variations
Color information
#802C0C (or 0x802C0C) is known color: Burnt Umber. HEX triplet: 80, 2C and 0C. RGB value is (128,44,12). Sum of RGB (Red+Green+Blue) = 128+44+12=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #802C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C0C is #7FD3F3. Grayscale: #414141. Windows color (decimal): -8377332 or 797824. OLE color: 797824.
HSL color Cylindrical-coordinate representation of color #802C0C: hue angle of 16.55º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #802C0C is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 12 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.50 |
| HSL | 16.55º | 0.83% | 0.27% | - |
| HSV(B) | 16.55º | 0.91% | 0.5% | - |
| XYZ | 9.87 | 6.42 | 1.07 | - |
| YUV | 65.47 | 97.83 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 12 | 0 | 0.66 | 0.91 | 0.50 | 16.55 | 0.83 | 0.27 |
| Hex | 80 | 2C | C | 0 | 42 | 5B | 32 | 11 | 53 | 1B |
| Octal | 200 | 54 | 14 | 0 | 102 | 133 | 62 | 21 | 123 | 33 |
| Binary | 10000000 | 101100 | 1100 | 0 | 1000010 | 1011011 | 110010 | 10001 | 1010011 | 11011 |
Color Harmonies of #802C0C
Complementary color
Monochromatic Colors of #802C0C
Black with #802C0C
Text Example
Text Example
White with #802C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C0C; }
p { color: rgb(128,44,12); }
H1.HeaderClassName
{
color: #802C0C;
}
.AnyTagClassName
{
color: #802C0C;
}
</style>
background-color css
<style>
a { background-color: #802C0C; }
a { background-color: rgb(128,44,12); }
div.DivClassName
{
background-color: #802C0C;
}
.BgClassName
{
background-color: #802C0C;
}
</style>
border-color css
<style>
span { border-color: #802C0C; }
span { border-color: rgb(128,44,12); }
td.TdClassName
{
border-color: #802C0C;
}
.TagClassName
{
border-color: #802C0C;
}
</style>