Shades of Burnt Umber #882C20
Tints of Burnt Umber #882C20
RGB
CMYK
RGB Variations
Color information
#882C20 (or 0x882C20) is known color: Burnt Umber. HEX triplet: 88, 2C and 20. RGB value is (136,44,32). Sum of RGB (Red+Green+Blue) = 136+44+32=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #882C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C20 is #77D3DF. Grayscale: #464646. Windows color (decimal): -7853024 or 2108552. OLE color: 2108552.
HSL color Cylindrical-coordinate representation of color #882C20: hue angle of 6.92º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882C20 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 32 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.47 |
| HSL | 6.92º | 0.62% | 0.33% | - |
| HSV(B) | 6.92º | 0.76% | 0.53% | - |
| XYZ | 11.31 | 7.14 | 2.15 | - |
| YUV | 70.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 32 | 0 | 0.68 | 0.76 | 0.47 | 6.92 | 0.62 | 0.33 |
| Hex | 88 | 2C | 20 | 0 | 44 | 4C | 2F | 7 | 3E | 21 |
| Octal | 210 | 54 | 40 | 0 | 104 | 114 | 57 | 7 | 76 | 41 |
| Binary | 10001000 | 101100 | 100000 | 0 | 1000100 | 1001100 | 101111 | 111 | 111110 | 100001 |
Color Harmonies of #882C20
Complementary color
Monochromatic Colors of #882C20
Black with #882C20
Text Example
Text Example
White with #882C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C20; }
p { color: rgb(136,44,32); }
H1.HeaderClassName
{
color: #882C20;
}
.AnyTagClassName
{
color: #882C20;
}
</style>
background-color css
<style>
a { background-color: #882C20; }
a { background-color: rgb(136,44,32); }
div.DivClassName
{
background-color: #882C20;
}
.BgClassName
{
background-color: #882C20;
}
</style>
border-color css
<style>
span { border-color: #882C20; }
span { border-color: rgb(136,44,32); }
td.TdClassName
{
border-color: #882C20;
}
.TagClassName
{
border-color: #882C20;
}
</style>