Shades of Burnt Umber #893213
Tints of Burnt Umber #893213
RGB
CMYK
RGB Variations
Color information
#893213 (or 0x893213) is known color: Burnt Umber. HEX triplet: 89, 32 and 13. RGB value is (137,50,19). Sum of RGB (Red+Green+Blue) = 137+50+19=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #893213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893213 is #76CDEC. Grayscale: #484848. Windows color (decimal): -7785965 or 1258121. OLE color: 1258121.
HSL color Cylindrical-coordinate representation of color #893213: hue angle of 15.76º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #893213 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 19 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.46 |
| HSL | 15.76º | 0.76% | 0.31% | - |
| HSV(B) | 15.76º | 0.86% | 0.54% | - |
| XYZ | 11.57 | 7.65 | 1.48 | - |
| YUV | 72.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 19 | 0 | 0.64 | 0.86 | 0.46 | 15.76 | 0.76 | 0.31 |
| Hex | 89 | 32 | 13 | 0 | 40 | 56 | 2E | 10 | 4C | 1F |
| Octal | 211 | 62 | 23 | 0 | 100 | 126 | 56 | 20 | 114 | 37 |
| Binary | 10001001 | 110010 | 10011 | 0 | 1000000 | 1010110 | 101110 | 10000 | 1001100 | 11111 |
Color Harmonies of #893213
Complementary color
Monochromatic Colors of #893213
Black with #893213
Text Example
Text Example
White with #893213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893213; }
p { color: rgb(137,50,19); }
H1.HeaderClassName
{
color: #893213;
}
.AnyTagClassName
{
color: #893213;
}
</style>
background-color css
<style>
a { background-color: #893213; }
a { background-color: rgb(137,50,19); }
div.DivClassName
{
background-color: #893213;
}
.BgClassName
{
background-color: #893213;
}
</style>
border-color css
<style>
span { border-color: #893213; }
span { border-color: rgb(137,50,19); }
td.TdClassName
{
border-color: #893213;
}
.TagClassName
{
border-color: #893213;
}
</style>