Shades of Burnt Umber #882D1D
Tints of Burnt Umber #882D1D
RGB
CMYK
RGB Variations
Color information
#882D1D (or 0x882D1D) is known color: Burnt Umber. HEX triplet: 88, 2D and 1D. RGB value is (136,45,29). Sum of RGB (Red+Green+Blue) = 136+45+29=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #882D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D1D is #77D2E2. Grayscale: #464646. Windows color (decimal): -7852771 or 1912200. OLE color: 1912200.
HSL color Cylindrical-coordinate representation of color #882D1D: hue angle of 8.97º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882D1D is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 29 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.47 |
| HSL | 8.97º | 0.65% | 0.32% | - |
| HSV(B) | 8.97º | 0.79% | 0.53% | - |
| XYZ | 11.31 | 7.2 | 1.96 | - |
| YUV | 70.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 29 | 0 | 0.67 | 0.79 | 0.47 | 8.97 | 0.65 | 0.32 |
| Hex | 88 | 2D | 1D | 0 | 43 | 4F | 2F | 9 | 41 | 20 |
| Octal | 210 | 55 | 35 | 0 | 103 | 117 | 57 | 11 | 101 | 40 |
| Binary | 10001000 | 101101 | 11101 | 0 | 1000011 | 1001111 | 101111 | 1001 | 1000001 | 100000 |
Color Harmonies of #882D1D
Complementary color
Monochromatic Colors of #882D1D
Black with #882D1D
Text Example
Text Example
White with #882D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D1D; }
p { color: rgb(136,45,29); }
H1.HeaderClassName
{
color: #882D1D;
}
.AnyTagClassName
{
color: #882D1D;
}
</style>
background-color css
<style>
a { background-color: #882D1D; }
a { background-color: rgb(136,45,29); }
div.DivClassName
{
background-color: #882D1D;
}
.BgClassName
{
background-color: #882D1D;
}
</style>
border-color css
<style>
span { border-color: #882D1D; }
span { border-color: rgb(136,45,29); }
td.TdClassName
{
border-color: #882D1D;
}
.TagClassName
{
border-color: #882D1D;
}
</style>