Shades of Burnt Umber #883212
Tints of Burnt Umber #883212
RGB
CMYK
RGB Variations
Color information
#883212 (or 0x883212) is known color: Burnt Umber. HEX triplet: 88, 32 and 12. RGB value is (136,50,18). Sum of RGB (Red+Green+Blue) = 136+50+18=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #883212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883212 is #77CDED. Grayscale: #484848. Windows color (decimal): -7851502 or 1192584. OLE color: 1192584.
HSL color Cylindrical-coordinate representation of color #883212: hue angle of 16.27º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #883212 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 18 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.47 |
| HSL | 16.27º | 0.77% | 0.3% | - |
| HSV(B) | 16.27º | 0.87% | 0.53% | - |
| XYZ | 11.4 | 7.56 | 1.43 | - |
| YUV | 72.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 18 | 0 | 0.63 | 0.87 | 0.47 | 16.27 | 0.77 | 0.3 |
| Hex | 88 | 32 | 12 | 0 | 3F | 57 | 2F | 10 | 4D | 1E |
| Octal | 210 | 62 | 22 | 0 | 77 | 127 | 57 | 20 | 115 | 36 |
| Binary | 10001000 | 110010 | 10010 | 0 | 111111 | 1010111 | 101111 | 10000 | 1001101 | 11110 |
Color Harmonies of #883212
Complementary color
Monochromatic Colors of #883212
Black with #883212
Text Example
Text Example
White with #883212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883212; }
p { color: rgb(136,50,18); }
H1.HeaderClassName
{
color: #883212;
}
.AnyTagClassName
{
color: #883212;
}
</style>
background-color css
<style>
a { background-color: #883212; }
a { background-color: rgb(136,50,18); }
div.DivClassName
{
background-color: #883212;
}
.BgClassName
{
background-color: #883212;
}
</style>
border-color css
<style>
span { border-color: #883212; }
span { border-color: rgb(136,50,18); }
td.TdClassName
{
border-color: #883212;
}
.TagClassName
{
border-color: #883212;
}
</style>