Shades of Burnt Umber #882A08
Tints of Burnt Umber #882A08
RGB
CMYK
RGB Variations
Color information
#882A08 (or 0x882A08) is known color: Burnt Umber. HEX triplet: 88, 2A and 08. RGB value is (136,42,8). Sum of RGB (Red+Green+Blue) = 136+42+8=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #882A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882A08 is #77D5F7. Grayscale: #424242. Windows color (decimal): -7853560 or 535176. OLE color: 535176.
HSL color Cylindrical-coordinate representation of color #882A08: hue angle of 15.94º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #882A08 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 42 | 8 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.47 |
| HSL | 15.94º | 0.89% | 0.28% | - |
| HSV(B) | 15.94º | 0.94% | 0.53% | - |
| XYZ | 11.03 | 6.91 | 0.98 | - |
| YUV | 66.23 | 95.14 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 8 | 0 | 0.69 | 0.94 | 0.47 | 15.94 | 0.89 | 0.28 |
| Hex | 88 | 2A | 8 | 0 | 45 | 5E | 2F | 10 | 59 | 1C |
| Octal | 210 | 52 | 10 | 0 | 105 | 136 | 57 | 20 | 131 | 34 |
| Binary | 10001000 | 101010 | 1000 | 0 | 1000101 | 1011110 | 101111 | 10000 | 1011001 | 11100 |
Color Harmonies of #882A08
Complementary color
Monochromatic Colors of #882A08
Black with #882A08
Text Example
Text Example
White with #882A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A08; }
p { color: rgb(136,42,8); }
H1.HeaderClassName
{
color: #882A08;
}
.AnyTagClassName
{
color: #882A08;
}
</style>
background-color css
<style>
a { background-color: #882A08; }
a { background-color: rgb(136,42,8); }
div.DivClassName
{
background-color: #882A08;
}
.BgClassName
{
background-color: #882A08;
}
</style>
border-color css
<style>
span { border-color: #882A08; }
span { border-color: rgb(136,42,8); }
td.TdClassName
{
border-color: #882A08;
}
.TagClassName
{
border-color: #882A08;
}
</style>