Shades of Burnt Umber #882A16
Tints of Burnt Umber #882A16
RGB
CMYK
RGB Variations
Color information
#882A16 (or 0x882A16) is known color: Burnt Umber. HEX triplet: 88, 2A and 16. RGB value is (136,42,22). Sum of RGB (Red+Green+Blue) = 136+42+22=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #882A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882A16 is #77D5E9. Grayscale: #444444. Windows color (decimal): -7853546 or 1452680. OLE color: 1452680.
HSL color Cylindrical-coordinate representation of color #882A16: hue angle of 10.53º 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 #882A16 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 42 | 22 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.47 |
| HSL | 10.53º | 0.72% | 0.31% | - |
| HSV(B) | 10.53º | 0.84% | 0.53% | - |
| XYZ | 11.13 | 6.95 | 1.51 | - |
| YUV | 67.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 22 | 0 | 0.69 | 0.84 | 0.47 | 10.53 | 0.72 | 0.31 |
| Hex | 88 | 2A | 16 | 0 | 45 | 54 | 2F | B | 48 | 1F |
| Octal | 210 | 52 | 26 | 0 | 105 | 124 | 57 | 13 | 110 | 37 |
| Binary | 10001000 | 101010 | 10110 | 0 | 1000101 | 1010100 | 101111 | 1011 | 1001000 | 11111 |
Color Harmonies of #882A16
Complementary color
Monochromatic Colors of #882A16
Black with #882A16
Text Example
Text Example
White with #882A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A16; }
p { color: rgb(136,42,22); }
H1.HeaderClassName
{
color: #882A16;
}
.AnyTagClassName
{
color: #882A16;
}
</style>
background-color css
<style>
a { background-color: #882A16; }
a { background-color: rgb(136,42,22); }
div.DivClassName
{
background-color: #882A16;
}
.BgClassName
{
background-color: #882A16;
}
</style>
border-color css
<style>
span { border-color: #882A16; }
span { border-color: rgb(136,42,22); }
td.TdClassName
{
border-color: #882A16;
}
.TagClassName
{
border-color: #882A16;
}
</style>