Shades of Burnt Umber #883213
Tints of Burnt Umber #883213
RGB
CMYK
RGB Variations
Color information
#883213 (or 0x883213) is known color: Burnt Umber. HEX triplet: 88, 32 and 13. RGB value is (136,50,19). Sum of RGB (Red+Green+Blue) = 136+50+19=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #883213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883213 is #77CDEC. Grayscale: #484848. Windows color (decimal): -7851501 or 1258120. OLE color: 1258120.
HSL color Cylindrical-coordinate representation of color #883213: hue angle of 15.9º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #883213 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 19 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.47 |
| HSL | 15.9º | 0.75% | 0.3% | - |
| HSV(B) | 15.9º | 0.86% | 0.53% | - |
| XYZ | 11.41 | 7.56 | 1.47 | - |
| YUV | 72.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 19 | 0 | 0.63 | 0.86 | 0.47 | 15.9 | 0.75 | 0.3 |
| Hex | 88 | 32 | 13 | 0 | 3F | 56 | 2F | 10 | 4B | 1E |
| Octal | 210 | 62 | 23 | 0 | 77 | 126 | 57 | 20 | 113 | 36 |
| Binary | 10001000 | 110010 | 10011 | 0 | 111111 | 1010110 | 101111 | 10000 | 1001011 | 11110 |
Color Harmonies of #883213
Complementary color
Monochromatic Colors of #883213
Black with #883213
Text Example
Text Example
White with #883213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883213; }
p { color: rgb(136,50,19); }
H1.HeaderClassName
{
color: #883213;
}
.AnyTagClassName
{
color: #883213;
}
</style>
background-color css
<style>
a { background-color: #883213; }
a { background-color: rgb(136,50,19); }
div.DivClassName
{
background-color: #883213;
}
.BgClassName
{
background-color: #883213;
}
</style>
border-color css
<style>
span { border-color: #883213; }
span { border-color: rgb(136,50,19); }
td.TdClassName
{
border-color: #883213;
}
.TagClassName
{
border-color: #883213;
}
</style>