Shades of Burnt Umber #882B24
Tints of Burnt Umber #882B24
RGB
CMYK
RGB Variations
Color information
#882B24 (or 0x882B24) is known color: Burnt Umber. HEX triplet: 88, 2B and 24. RGB value is (136,43,36). Sum of RGB (Red+Green+Blue) = 136+43+36=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #882B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B24 is #77D4DB. Grayscale: #464646. Windows color (decimal): -7853276 or 2370440. OLE color: 2370440.
HSL color Cylindrical-coordinate representation of color #882B24: hue angle of 4.2º 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 #882B24 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 36 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.47 |
| HSL | 4.2º | 0.58% | 0.34% | - |
| HSV(B) | 4.2º | 0.74% | 0.53% | - |
| XYZ | 11.34 | 7.09 | 2.44 | - |
| YUV | 70.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 36 | 0 | 0.68 | 0.74 | 0.47 | 4.2 | 0.58 | 0.34 |
| Hex | 88 | 2B | 24 | 0 | 44 | 4A | 2F | 4 | 3A | 22 |
| Octal | 210 | 53 | 44 | 0 | 104 | 112 | 57 | 4 | 72 | 42 |
| Binary | 10001000 | 101011 | 100100 | 0 | 1000100 | 1001010 | 101111 | 100 | 111010 | 100010 |
Color Harmonies of #882B24
Complementary color
Monochromatic Colors of #882B24
Black with #882B24
Text Example
Text Example
White with #882B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B24; }
p { color: rgb(136,43,36); }
H1.HeaderClassName
{
color: #882B24;
}
.AnyTagClassName
{
color: #882B24;
}
</style>
background-color css
<style>
a { background-color: #882B24; }
a { background-color: rgb(136,43,36); }
div.DivClassName
{
background-color: #882B24;
}
.BgClassName
{
background-color: #882B24;
}
</style>
border-color css
<style>
span { border-color: #882B24; }
span { border-color: rgb(136,43,36); }
td.TdClassName
{
border-color: #882B24;
}
.TagClassName
{
border-color: #882B24;
}
</style>