Shades of Burnt Umber #882C12
Tints of Burnt Umber #882C12
RGB
CMYK
RGB Variations
Color information
#882C12 (or 0x882C12) is known color: Burnt Umber. HEX triplet: 88, 2C and 12. RGB value is (136,44,18). Sum of RGB (Red+Green+Blue) = 136+44+18=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #882C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C12 is #77D3ED. Grayscale: #444444. Windows color (decimal): -7853038 or 1191048. OLE color: 1191048.
HSL color Cylindrical-coordinate representation of color #882C12: hue angle of 13.22º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #882C12 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 18 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.47 |
| HSL | 13.22º | 0.77% | 0.3% | - |
| HSV(B) | 13.22º | 0.87% | 0.53% | - |
| XYZ | 11.16 | 7.08 | 1.35 | - |
| YUV | 68.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 18 | 0 | 0.68 | 0.87 | 0.47 | 13.22 | 0.77 | 0.3 |
| Hex | 88 | 2C | 12 | 0 | 44 | 57 | 2F | D | 4D | 1E |
| Octal | 210 | 54 | 22 | 0 | 104 | 127 | 57 | 15 | 115 | 36 |
| Binary | 10001000 | 101100 | 10010 | 0 | 1000100 | 1010111 | 101111 | 1101 | 1001101 | 11110 |
Color Harmonies of #882C12
Complementary color
Monochromatic Colors of #882C12
Black with #882C12
Text Example
Text Example
White with #882C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C12; }
p { color: rgb(136,44,18); }
H1.HeaderClassName
{
color: #882C12;
}
.AnyTagClassName
{
color: #882C12;
}
</style>
background-color css
<style>
a { background-color: #882C12; }
a { background-color: rgb(136,44,18); }
div.DivClassName
{
background-color: #882C12;
}
.BgClassName
{
background-color: #882C12;
}
</style>
border-color css
<style>
span { border-color: #882C12; }
span { border-color: rgb(136,44,18); }
td.TdClassName
{
border-color: #882C12;
}
.TagClassName
{
border-color: #882C12;
}
</style>