Shades of Burnt Umber #882F24
Tints of Burnt Umber #882F24
RGB
CMYK
RGB Variations
Color information
#882F24 (or 0x882F24) is known color: Burnt Umber. HEX triplet: 88, 2F and 24. RGB value is (136,47,36). Sum of RGB (Red+Green+Blue) = 136+47+36=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #882F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F24 is #77D0DB. Grayscale: #484848. Windows color (decimal): -7852252 or 2371464. OLE color: 2371464.
HSL color Cylindrical-coordinate representation of color #882F24: hue angle of 6.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882F24 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 36 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.47 |
| HSL | 6.6º | 0.58% | 0.34% | - |
| HSV(B) | 6.6º | 0.74% | 0.53% | - |
| XYZ | 11.49 | 7.39 | 2.49 | - |
| YUV | 72.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 36 | 0 | 0.65 | 0.74 | 0.47 | 6.6 | 0.58 | 0.34 |
| Hex | 88 | 2F | 24 | 0 | 41 | 4A | 2F | 7 | 3A | 22 |
| Octal | 210 | 57 | 44 | 0 | 101 | 112 | 57 | 7 | 72 | 42 |
| Binary | 10001000 | 101111 | 100100 | 0 | 1000001 | 1001010 | 101111 | 111 | 111010 | 100010 |
Color Harmonies of #882F24
Complementary color
Monochromatic Colors of #882F24
Black with #882F24
Text Example
Text Example
White with #882F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F24; }
p { color: rgb(136,47,36); }
H1.HeaderClassName
{
color: #882F24;
}
.AnyTagClassName
{
color: #882F24;
}
</style>
background-color css
<style>
a { background-color: #882F24; }
a { background-color: rgb(136,47,36); }
div.DivClassName
{
background-color: #882F24;
}
.BgClassName
{
background-color: #882F24;
}
</style>
border-color css
<style>
span { border-color: #882F24; }
span { border-color: rgb(136,47,36); }
td.TdClassName
{
border-color: #882F24;
}
.TagClassName
{
border-color: #882F24;
}
</style>