Shades of Burnt Umber #882816
Tints of Burnt Umber #882816
RGB
CMYK
RGB Variations
Color information
#882816 (or 0x882816) is known color: Burnt Umber. HEX triplet: 88, 28 and 16. RGB value is (136,40,22). Sum of RGB (Red+Green+Blue) = 136+40+22=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #882816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882816 is #77D7E9. Grayscale: #424242. Windows color (decimal): -7854058 or 1452168. OLE color: 1452168.
HSL color Cylindrical-coordinate representation of color #882816: hue angle of 9.47º 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 #882816 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 22 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.47 |
| HSL | 9.47º | 0.72% | 0.31% | - |
| HSV(B) | 9.47º | 0.84% | 0.53% | - |
| XYZ | 11.06 | 6.81 | 1.49 | - |
| YUV | 66.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 22 | 0 | 0.71 | 0.84 | 0.47 | 9.47 | 0.72 | 0.31 |
| Hex | 88 | 28 | 16 | 0 | 47 | 54 | 2F | 9 | 48 | 1F |
| Octal | 210 | 50 | 26 | 0 | 107 | 124 | 57 | 11 | 110 | 37 |
| Binary | 10001000 | 101000 | 10110 | 0 | 1000111 | 1010100 | 101111 | 1001 | 1001000 | 11111 |
Color Harmonies of #882816
Complementary color
Monochromatic Colors of #882816
Black with #882816
Text Example
Text Example
White with #882816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882816; }
p { color: rgb(136,40,22); }
H1.HeaderClassName
{
color: #882816;
}
.AnyTagClassName
{
color: #882816;
}
</style>
background-color css
<style>
a { background-color: #882816; }
a { background-color: rgb(136,40,22); }
div.DivClassName
{
background-color: #882816;
}
.BgClassName
{
background-color: #882816;
}
</style>
border-color css
<style>
span { border-color: #882816; }
span { border-color: rgb(136,40,22); }
td.TdClassName
{
border-color: #882816;
}
.TagClassName
{
border-color: #882816;
}
</style>