Shades of Burnt Umber #882B12
Tints of Burnt Umber #882B12
RGB
CMYK
RGB Variations
Color information
#882B12 (or 0x882B12) is known color: Burnt Umber. HEX triplet: 88, 2B and 12. RGB value is (136,43,18). Sum of RGB (Red+Green+Blue) = 136+43+18=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #882B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882B12 is #77D4ED. Grayscale: #444444. Windows color (decimal): -7853294 or 1190792. OLE color: 1190792.
HSL color Cylindrical-coordinate representation of color #882B12: hue angle of 12.71º 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 #882B12 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 18 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.47 |
| HSL | 12.71º | 0.77% | 0.3% | - |
| HSV(B) | 12.71º | 0.87% | 0.53% | - |
| XYZ | 11.13 | 7.01 | 1.34 | - |
| YUV | 67.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 18 | 0 | 0.68 | 0.87 | 0.47 | 12.71 | 0.77 | 0.3 |
| Hex | 88 | 2B | 12 | 0 | 44 | 57 | 2F | D | 4D | 1E |
| Octal | 210 | 53 | 22 | 0 | 104 | 127 | 57 | 15 | 115 | 36 |
| Binary | 10001000 | 101011 | 10010 | 0 | 1000100 | 1010111 | 101111 | 1101 | 1001101 | 11110 |
Color Harmonies of #882B12
Complementary color
Monochromatic Colors of #882B12
Black with #882B12
Text Example
Text Example
White with #882B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B12; }
p { color: rgb(136,43,18); }
H1.HeaderClassName
{
color: #882B12;
}
.AnyTagClassName
{
color: #882B12;
}
</style>
background-color css
<style>
a { background-color: #882B12; }
a { background-color: rgb(136,43,18); }
div.DivClassName
{
background-color: #882B12;
}
.BgClassName
{
background-color: #882B12;
}
</style>
border-color css
<style>
span { border-color: #882B12; }
span { border-color: rgb(136,43,18); }
td.TdClassName
{
border-color: #882B12;
}
.TagClassName
{
border-color: #882B12;
}
</style>