Shades of Burnt Umber #802C0F
Tints of Burnt Umber #802C0F
RGB
CMYK
RGB Variations
Color information
#802C0F (or 0x802C0F) is known color: Burnt Umber. HEX triplet: 80, 2C and 0F. RGB value is (128,44,15). Sum of RGB (Red+Green+Blue) = 128+44+15=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #802C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C0F is #7FD3F0. Grayscale: #424242. Windows color (decimal): -8377329 or 994432. OLE color: 994432.
HSL color Cylindrical-coordinate representation of color #802C0F: hue angle of 15.4º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #802C0F is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 15 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.50 |
| HSL | 15.4º | 0.79% | 0.28% | - |
| HSV(B) | 15.4º | 0.88% | 0.5% | - |
| XYZ | 9.89 | 6.43 | 1.17 | - |
| YUV | 65.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 15 | 0 | 0.66 | 0.88 | 0.50 | 15.4 | 0.79 | 0.28 |
| Hex | 80 | 2C | F | 0 | 42 | 58 | 32 | F | 4F | 1C |
| Octal | 200 | 54 | 17 | 0 | 102 | 130 | 62 | 17 | 117 | 34 |
| Binary | 10000000 | 101100 | 1111 | 0 | 1000010 | 1011000 | 110010 | 1111 | 1001111 | 11100 |
Color Harmonies of #802C0F
Complementary color
Monochromatic Colors of #802C0F
Black with #802C0F
Text Example
Text Example
White with #802C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C0F; }
p { color: rgb(128,44,15); }
H1.HeaderClassName
{
color: #802C0F;
}
.AnyTagClassName
{
color: #802C0F;
}
</style>
background-color css
<style>
a { background-color: #802C0F; }
a { background-color: rgb(128,44,15); }
div.DivClassName
{
background-color: #802C0F;
}
.BgClassName
{
background-color: #802C0F;
}
</style>
border-color css
<style>
span { border-color: #802C0F; }
span { border-color: rgb(128,44,15); }
td.TdClassName
{
border-color: #802C0F;
}
.TagClassName
{
border-color: #802C0F;
}
</style>