Shades of Burnt Umber #882D23
Tints of Burnt Umber #882D23
RGB
CMYK
RGB Variations
Color information
#882D23 (or 0x882D23) is known color: Burnt Umber. HEX triplet: 88, 2D and 23. RGB value is (136,45,35). Sum of RGB (Red+Green+Blue) = 136+45+35=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #882D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D23 is #77D2DC. Grayscale: #474747. Windows color (decimal): -7852765 or 2305416. OLE color: 2305416.
HSL color Cylindrical-coordinate representation of color #882D23: hue angle of 5.94º 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 #882D23 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 35 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.47 |
| HSL | 5.94º | 0.59% | 0.34% | - |
| HSV(B) | 5.94º | 0.74% | 0.53% | - |
| XYZ | 11.4 | 7.23 | 2.39 | - |
| YUV | 71.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 35 | 0 | 0.67 | 0.74 | 0.47 | 5.94 | 0.59 | 0.34 |
| Hex | 88 | 2D | 23 | 0 | 43 | 4A | 2F | 6 | 3B | 22 |
| Octal | 210 | 55 | 43 | 0 | 103 | 112 | 57 | 6 | 73 | 42 |
| Binary | 10001000 | 101101 | 100011 | 0 | 1000011 | 1001010 | 101111 | 110 | 111011 | 100010 |
Color Harmonies of #882D23
Complementary color
Monochromatic Colors of #882D23
Black with #882D23
Text Example
Text Example
White with #882D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D23; }
p { color: rgb(136,45,35); }
H1.HeaderClassName
{
color: #882D23;
}
.AnyTagClassName
{
color: #882D23;
}
</style>
background-color css
<style>
a { background-color: #882D23; }
a { background-color: rgb(136,45,35); }
div.DivClassName
{
background-color: #882D23;
}
.BgClassName
{
background-color: #882D23;
}
</style>
border-color css
<style>
span { border-color: #882D23; }
span { border-color: rgb(136,45,35); }
td.TdClassName
{
border-color: #882D23;
}
.TagClassName
{
border-color: #882D23;
}
</style>