Shades of Burnt Umber #883111
Tints of Burnt Umber #883111
RGB
CMYK
RGB Variations
Color information
#883111 (or 0x883111) is known color: Burnt Umber. HEX triplet: 88, 31 and 11. RGB value is (136,49,17). Sum of RGB (Red+Green+Blue) = 136+49+17=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #883111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883111 is #77CEEE. Grayscale: #474747. Windows color (decimal): -7851759 or 1126792. OLE color: 1126792.
HSL color Cylindrical-coordinate representation of color #883111: hue angle of 16.13º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #883111 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 17 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.47 |
| HSL | 16.13º | 0.78% | 0.3% | - |
| HSV(B) | 16.13º | 0.88% | 0.53% | - |
| XYZ | 11.35 | 7.47 | 1.37 | - |
| YUV | 71.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 17 | 0 | 0.64 | 0.87 | 0.47 | 16.13 | 0.78 | 0.3 |
| Hex | 88 | 31 | 11 | 0 | 40 | 57 | 2F | 10 | 4E | 1E |
| Octal | 210 | 61 | 21 | 0 | 100 | 127 | 57 | 20 | 116 | 36 |
| Binary | 10001000 | 110001 | 10001 | 0 | 1000000 | 1010111 | 101111 | 10000 | 1001110 | 11110 |
Color Harmonies of #883111
Complementary color
Monochromatic Colors of #883111
Black with #883111
Text Example
Text Example
White with #883111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883111; }
p { color: rgb(136,49,17); }
H1.HeaderClassName
{
color: #883111;
}
.AnyTagClassName
{
color: #883111;
}
</style>
background-color css
<style>
a { background-color: #883111; }
a { background-color: rgb(136,49,17); }
div.DivClassName
{
background-color: #883111;
}
.BgClassName
{
background-color: #883111;
}
</style>
border-color css
<style>
span { border-color: #883111; }
span { border-color: rgb(136,49,17); }
td.TdClassName
{
border-color: #883111;
}
.TagClassName
{
border-color: #883111;
}
</style>