Shades of Burnt Umber #882D29
Tints of Burnt Umber #882D29
RGB
CMYK
RGB Variations
Color information
#882D29 (or 0x882D29) is known color: Burnt Umber. HEX triplet: 88, 2D and 29. RGB value is (136,45,41). Sum of RGB (Red+Green+Blue) = 136+45+41=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #882D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D29 is #77D2D6. Grayscale: #474747. Windows color (decimal): -7852759 or 2698632. OLE color: 2698632.
HSL color Cylindrical-coordinate representation of color #882D29: hue angle of 2.53º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882D29 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 41 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.47 |
| HSL | 2.53º | 0.54% | 0.35% | - |
| HSV(B) | 2.53º | 0.7% | 0.53% | - |
| XYZ | 11.49 | 7.27 | 2.9 | - |
| YUV | 71.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 41 | 0 | 0.67 | 0.70 | 0.47 | 2.53 | 0.54 | 0.35 |
| Hex | 88 | 2D | 29 | 0 | 43 | 46 | 2F | 3 | 36 | 23 |
| Octal | 210 | 55 | 51 | 0 | 103 | 106 | 57 | 3 | 66 | 43 |
| Binary | 10001000 | 101101 | 101001 | 0 | 1000011 | 1000110 | 101111 | 11 | 110110 | 100011 |
Color Harmonies of #882D29
Complementary color
Monochromatic Colors of #882D29
Black with #882D29
Text Example
Text Example
White with #882D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D29; }
p { color: rgb(136,45,41); }
H1.HeaderClassName
{
color: #882D29;
}
.AnyTagClassName
{
color: #882D29;
}
</style>
background-color css
<style>
a { background-color: #882D29; }
a { background-color: rgb(136,45,41); }
div.DivClassName
{
background-color: #882D29;
}
.BgClassName
{
background-color: #882D29;
}
</style>
border-color css
<style>
span { border-color: #882D29; }
span { border-color: rgb(136,45,41); }
td.TdClassName
{
border-color: #882D29;
}
.TagClassName
{
border-color: #882D29;
}
</style>