Shades of Shadow #89763F
Tints of Shadow #89763F
RGB
CMYK
RGB Variations
Color information
#89763F (or 0x89763F) is known color: Shadow. HEX triplet: 89, 76 and 3F. RGB value is (137,118,63). Sum of RGB (Red+Green+Blue) = 137+118+63=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #89763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89763F is #7689C0. Grayscale: #757575. Windows color (decimal): -7768513 or 4159113. OLE color: 4159113.
HSL color Cylindrical-coordinate representation of color #89763F: hue angle of 44.59º 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 #89763F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 118 | 63 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.46 |
| HSL | 44.59º | 0.37% | 0.39% | - |
| HSV(B) | 44.59º | 0.54% | 0.54% | - |
| XYZ | 17.69 | 18.63 | 7.37 | - |
| YUV | 117.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 63 | 0 | 0.14 | 0.54 | 0.46 | 44.59 | 0.37 | 0.39 |
| Hex | 89 | 76 | 3F | 0 | E | 36 | 2E | 2D | 25 | 27 |
| Octal | 211 | 166 | 77 | 0 | 16 | 66 | 56 | 55 | 45 | 47 |
| Binary | 10001001 | 1110110 | 111111 | 0 | 1110 | 110110 | 101110 | 101101 | 100101 | 100111 |
Color Harmonies of #89763F
Complementary color
Monochromatic Colors of #89763F
Black with #89763F
Text Example
Text Example
White with #89763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89763F; }
p { color: rgb(137,118,63); }
H1.HeaderClassName
{
color: #89763F;
}
.AnyTagClassName
{
color: #89763F;
}
</style>
background-color css
<style>
a { background-color: #89763F; }
a { background-color: rgb(137,118,63); }
div.DivClassName
{
background-color: #89763F;
}
.BgClassName
{
background-color: #89763F;
}
</style>
border-color css
<style>
span { border-color: #89763F; }
span { border-color: rgb(137,118,63); }
td.TdClassName
{
border-color: #89763F;
}
.TagClassName
{
border-color: #89763F;
}
</style>