Shades of Burnt Umber #882916
Tints of Burnt Umber #882916
RGB
CMYK
RGB Variations
Color information
#882916 (or 0x882916) is known color: Burnt Umber. HEX triplet: 88, 29 and 16. RGB value is (136,41,22). Sum of RGB (Red+Green+Blue) = 136+41+22=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #882916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882916 is #77D6E9. Grayscale: #434343. Windows color (decimal): -7853802 or 1452424. OLE color: 1452424.
HSL color Cylindrical-coordinate representation of color #882916: hue angle of 10º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #882916 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 22 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.47 |
| HSL | 10º | 0.72% | 0.31% | - |
| HSV(B) | 10º | 0.84% | 0.53% | - |
| XYZ | 11.09 | 6.88 | 1.5 | - |
| YUV | 67.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 22 | 0 | 0.70 | 0.84 | 0.47 | 10 | 0.72 | 0.31 |
| Hex | 88 | 29 | 16 | 0 | 46 | 54 | 2F | A | 48 | 1F |
| Octal | 210 | 51 | 26 | 0 | 106 | 124 | 57 | 12 | 110 | 37 |
| Binary | 10001000 | 101001 | 10110 | 0 | 1000110 | 1010100 | 101111 | 1010 | 1001000 | 11111 |
Color Harmonies of #882916
Complementary color
Monochromatic Colors of #882916
Black with #882916
Text Example
Text Example
White with #882916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882916; }
p { color: rgb(136,41,22); }
H1.HeaderClassName
{
color: #882916;
}
.AnyTagClassName
{
color: #882916;
}
</style>
background-color css
<style>
a { background-color: #882916; }
a { background-color: rgb(136,41,22); }
div.DivClassName
{
background-color: #882916;
}
.BgClassName
{
background-color: #882916;
}
</style>
border-color css
<style>
span { border-color: #882916; }
span { border-color: rgb(136,41,22); }
td.TdClassName
{
border-color: #882916;
}
.TagClassName
{
border-color: #882916;
}
</style>