Shades of Burnt Umber #883129
Tints of Burnt Umber #883129
RGB
CMYK
RGB Variations
Color information
#883129 (or 0x883129) is known color: Burnt Umber. HEX triplet: 88, 31 and 29. RGB value is (136,49,41). Sum of RGB (Red+Green+Blue) = 136+49+41=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #883129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883129 is #77CED6. Grayscale: #4A4A4A. Windows color (decimal): -7851735 or 2699656. OLE color: 2699656.
HSL color Cylindrical-coordinate representation of color #883129: hue angle of 5.05º 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 #883129 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 41 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.47 |
| HSL | 5.05º | 0.54% | 0.35% | - |
| HSV(B) | 5.05º | 0.7% | 0.53% | - |
| XYZ | 11.65 | 7.59 | 2.95 | - |
| YUV | 74.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 41 | 0 | 0.64 | 0.70 | 0.47 | 5.05 | 0.54 | 0.35 |
| Hex | 88 | 31 | 29 | 0 | 40 | 46 | 2F | 5 | 36 | 23 |
| Octal | 210 | 61 | 51 | 0 | 100 | 106 | 57 | 5 | 66 | 43 |
| Binary | 10001000 | 110001 | 101001 | 0 | 1000000 | 1000110 | 101111 | 101 | 110110 | 100011 |
Color Harmonies of #883129
Complementary color
Monochromatic Colors of #883129
Black with #883129
Text Example
Text Example
White with #883129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883129; }
p { color: rgb(136,49,41); }
H1.HeaderClassName
{
color: #883129;
}
.AnyTagClassName
{
color: #883129;
}
</style>
background-color css
<style>
a { background-color: #883129; }
a { background-color: rgb(136,49,41); }
div.DivClassName
{
background-color: #883129;
}
.BgClassName
{
background-color: #883129;
}
</style>
border-color css
<style>
span { border-color: #883129; }
span { border-color: rgb(136,49,41); }
td.TdClassName
{
border-color: #883129;
}
.TagClassName
{
border-color: #883129;
}
</style>