Shades of Burnt Umber #882C0A
Tints of Burnt Umber #882C0A
RGB
CMYK
RGB Variations
Color information
#882C0A (or 0x882C0A) is known color: Burnt Umber. HEX triplet: 88, 2C and 0A. RGB value is (136,44,10). Sum of RGB (Red+Green+Blue) = 136+44+10=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #882C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C0A is #77D3F5. Grayscale: #434343. Windows color (decimal): -7853046 or 666760. OLE color: 666760.
HSL color Cylindrical-coordinate representation of color #882C0A: hue angle of 16.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #882C0A is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 10 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.47 |
| HSL | 16.19º | 0.86% | 0.29% | - |
| HSV(B) | 16.19º | 0.93% | 0.53% | - |
| XYZ | 11.11 | 7.06 | 1.06 | - |
| YUV | 67.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 10 | 0 | 0.68 | 0.93 | 0.47 | 16.19 | 0.86 | 0.29 |
| Hex | 88 | 2C | A | 0 | 44 | 5D | 2F | 10 | 56 | 1D |
| Octal | 210 | 54 | 12 | 0 | 104 | 135 | 57 | 20 | 126 | 35 |
| Binary | 10001000 | 101100 | 1010 | 0 | 1000100 | 1011101 | 101111 | 10000 | 1010110 | 11101 |
Color Harmonies of #882C0A
Complementary color
Monochromatic Colors of #882C0A
Black with #882C0A
Text Example
Text Example
White with #882C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C0A; }
p { color: rgb(136,44,10); }
H1.HeaderClassName
{
color: #882C0A;
}
.AnyTagClassName
{
color: #882C0A;
}
</style>
background-color css
<style>
a { background-color: #882C0A; }
a { background-color: rgb(136,44,10); }
div.DivClassName
{
background-color: #882C0A;
}
.BgClassName
{
background-color: #882C0A;
}
</style>
border-color css
<style>
span { border-color: #882C0A; }
span { border-color: rgb(136,44,10); }
td.TdClassName
{
border-color: #882C0A;
}
.TagClassName
{
border-color: #882C0A;
}
</style>