Shades of Burnt Umber #882C21
Tints of Burnt Umber #882C21
RGB
CMYK
RGB Variations
Color information
#882C21 (or 0x882C21) is known color: Burnt Umber. HEX triplet: 88, 2C and 21. RGB value is (136,44,33). Sum of RGB (Red+Green+Blue) = 136+44+33=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #882C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C21 is #77D3DE. Grayscale: #464646. Windows color (decimal): -7853023 or 2174088. OLE color: 2174088.
HSL color Cylindrical-coordinate representation of color #882C21: hue angle of 6.41º degrees, saturation: 0.61, 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 #882C21 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 33 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.47 |
| HSL | 6.41º | 0.61% | 0.33% | - |
| HSV(B) | 6.41º | 0.76% | 0.53% | - |
| XYZ | 11.33 | 7.15 | 2.22 | - |
| YUV | 70.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 33 | 0 | 0.68 | 0.76 | 0.47 | 6.41 | 0.61 | 0.33 |
| Hex | 88 | 2C | 21 | 0 | 44 | 4C | 2F | 6 | 3D | 21 |
| Octal | 210 | 54 | 41 | 0 | 104 | 114 | 57 | 6 | 75 | 41 |
| Binary | 10001000 | 101100 | 100001 | 0 | 1000100 | 1001100 | 101111 | 110 | 111101 | 100001 |
Color Harmonies of #882C21
Complementary color
Monochromatic Colors of #882C21
Black with #882C21
Text Example
Text Example
White with #882C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C21; }
p { color: rgb(136,44,33); }
H1.HeaderClassName
{
color: #882C21;
}
.AnyTagClassName
{
color: #882C21;
}
</style>
background-color css
<style>
a { background-color: #882C21; }
a { background-color: rgb(136,44,33); }
div.DivClassName
{
background-color: #882C21;
}
.BgClassName
{
background-color: #882C21;
}
</style>
border-color css
<style>
span { border-color: #882C21; }
span { border-color: rgb(136,44,33); }
td.TdClassName
{
border-color: #882C21;
}
.TagClassName
{
border-color: #882C21;
}
</style>