Shades of Shadow #89703F
Tints of Shadow #89703F
RGB
CMYK
RGB Variations
Color information
#89703F (or 0x89703F) is known color: Shadow. HEX triplet: 89, 70 and 3F. RGB value is (137,112,63). Sum of RGB (Red+Green+Blue) = 137+112+63=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89703F is #768FC0. Grayscale: #727272. Windows color (decimal): -7770049 or 4157577. OLE color: 4157577.
HSL color Cylindrical-coordinate representation of color #89703F: hue angle of 39.73º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #89703F is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 112 | 63 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.46 |
| HSL | 39.73º | 0.37% | 0.39% | - |
| HSV(B) | 39.73º | 0.54% | 0.54% | - |
| XYZ | 17.01 | 17.27 | 7.14 | - |
| YUV | 113.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 63 | 0 | 0.18 | 0.54 | 0.46 | 39.73 | 0.37 | 0.39 |
| Hex | 89 | 70 | 3F | 0 | 12 | 36 | 2E | 28 | 25 | 27 |
| Octal | 211 | 160 | 77 | 0 | 22 | 66 | 56 | 50 | 45 | 47 |
| Binary | 10001001 | 1110000 | 111111 | 0 | 10010 | 110110 | 101110 | 101000 | 100101 | 100111 |
Color Harmonies of #89703F
Complementary color
Monochromatic Colors of #89703F
Black with #89703F
Text Example
Text Example
White with #89703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89703F; }
p { color: rgb(137,112,63); }
H1.HeaderClassName
{
color: #89703F;
}
.AnyTagClassName
{
color: #89703F;
}
</style>
background-color css
<style>
a { background-color: #89703F; }
a { background-color: rgb(137,112,63); }
div.DivClassName
{
background-color: #89703F;
}
.BgClassName
{
background-color: #89703F;
}
</style>
border-color css
<style>
span { border-color: #89703F; }
span { border-color: rgb(137,112,63); }
td.TdClassName
{
border-color: #89703F;
}
.TagClassName
{
border-color: #89703F;
}
</style>