Shades of Burnt Umber #882908
Tints of Burnt Umber #882908
RGB
CMYK
RGB Variations
Color information
#882908 (or 0x882908) is known color: Burnt Umber. HEX triplet: 88, 29 and 08. RGB value is (136,41,8). Sum of RGB (Red+Green+Blue) = 136+41+8=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #882908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882908 is #77D6F7. Grayscale: #414141. Windows color (decimal): -7853816 or 534920. OLE color: 534920.
HSL color Cylindrical-coordinate representation of color #882908: hue angle of 15.47º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #882908 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 8 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.47 |
| HSL | 15.47º | 0.89% | 0.28% | - |
| HSV(B) | 15.47º | 0.94% | 0.53% | - |
| XYZ | 10.99 | 6.84 | 0.97 | - |
| YUV | 65.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 8 | 0 | 0.70 | 0.94 | 0.47 | 15.47 | 0.89 | 0.28 |
| Hex | 88 | 29 | 8 | 0 | 46 | 5E | 2F | F | 59 | 1C |
| Octal | 210 | 51 | 10 | 0 | 106 | 136 | 57 | 17 | 131 | 34 |
| Binary | 10001000 | 101001 | 1000 | 0 | 1000110 | 1011110 | 101111 | 1111 | 1011001 | 11100 |
Color Harmonies of #882908
Complementary color
Monochromatic Colors of #882908
Black with #882908
Text Example
Text Example
White with #882908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882908; }
p { color: rgb(136,41,8); }
H1.HeaderClassName
{
color: #882908;
}
.AnyTagClassName
{
color: #882908;
}
</style>
background-color css
<style>
a { background-color: #882908; }
a { background-color: rgb(136,41,8); }
div.DivClassName
{
background-color: #882908;
}
.BgClassName
{
background-color: #882908;
}
</style>
border-color css
<style>
span { border-color: #882908; }
span { border-color: rgb(136,41,8); }
td.TdClassName
{
border-color: #882908;
}
.TagClassName
{
border-color: #882908;
}
</style>