Shades of Burnt Umber #882B23
Tints of Burnt Umber #882B23
RGB
CMYK
RGB Variations
Color information
#882B23 (or 0x882B23) is known color: Burnt Umber. HEX triplet: 88, 2B and 23. RGB value is (136,43,35). Sum of RGB (Red+Green+Blue) = 136+43+35=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #882B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B23 is #77D4DC. Grayscale: #464646. Windows color (decimal): -7853277 or 2304904. OLE color: 2304904.
HSL color Cylindrical-coordinate representation of color #882B23: hue angle of 4.75º degrees, saturation: 0.59, 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 #882B23 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 35 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.47 |
| HSL | 4.75º | 0.59% | 0.34% | - |
| HSV(B) | 4.75º | 0.74% | 0.53% | - |
| XYZ | 11.32 | 7.08 | 2.36 | - |
| YUV | 69.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 35 | 0 | 0.68 | 0.74 | 0.47 | 4.75 | 0.59 | 0.34 |
| Hex | 88 | 2B | 23 | 0 | 44 | 4A | 2F | 5 | 3B | 22 |
| Octal | 210 | 53 | 43 | 0 | 104 | 112 | 57 | 5 | 73 | 42 |
| Binary | 10001000 | 101011 | 100011 | 0 | 1000100 | 1001010 | 101111 | 101 | 111011 | 100010 |
Color Harmonies of #882B23
Complementary color
Monochromatic Colors of #882B23
Black with #882B23
Text Example
Text Example
White with #882B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B23; }
p { color: rgb(136,43,35); }
H1.HeaderClassName
{
color: #882B23;
}
.AnyTagClassName
{
color: #882B23;
}
</style>
background-color css
<style>
a { background-color: #882B23; }
a { background-color: rgb(136,43,35); }
div.DivClassName
{
background-color: #882B23;
}
.BgClassName
{
background-color: #882B23;
}
</style>
border-color css
<style>
span { border-color: #882B23; }
span { border-color: rgb(136,43,35); }
td.TdClassName
{
border-color: #882B23;
}
.TagClassName
{
border-color: #882B23;
}
</style>