Shades of Shadow #89704B
Tints of Shadow #89704B
RGB
CMYK
RGB Variations
Color information
#89704B (or 0x89704B) is known color: Shadow. HEX triplet: 89, 70 and 4B. RGB value is (137,112,75). Sum of RGB (Red+Green+Blue) = 137+112+75=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #89704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89704B is #768FB4. Grayscale: #737373. Windows color (decimal): -7770037 or 4944009. OLE color: 4944009.
HSL color Cylindrical-coordinate representation of color #89704B: hue angle of 35.81º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89704B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 112 | 75 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.46 |
| HSL | 35.81º | 0.29% | 0.42% | - |
| HSV(B) | 35.81º | 0.45% | 0.54% | - |
| XYZ | 17.38 | 17.41 | 9.1 | - |
| YUV | 115.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 75 | 0 | 0.18 | 0.45 | 0.46 | 35.81 | 0.29 | 0.42 |
| Hex | 89 | 70 | 4B | 0 | 12 | 2D | 2E | 24 | 1D | 2A |
| Octal | 211 | 160 | 113 | 0 | 22 | 55 | 56 | 44 | 35 | 52 |
| Binary | 10001001 | 1110000 | 1001011 | 0 | 10010 | 101101 | 101110 | 100100 | 11101 | 101010 |
Color Harmonies of #89704B
Complementary color
Monochromatic Colors of #89704B
Black with #89704B
Text Example
Text Example
White with #89704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89704B; }
p { color: rgb(137,112,75); }
H1.HeaderClassName
{
color: #89704B;
}
.AnyTagClassName
{
color: #89704B;
}
</style>
background-color css
<style>
a { background-color: #89704B; }
a { background-color: rgb(137,112,75); }
div.DivClassName
{
background-color: #89704B;
}
.BgClassName
{
background-color: #89704B;
}
</style>
border-color css
<style>
span { border-color: #89704B; }
span { border-color: rgb(137,112,75); }
td.TdClassName
{
border-color: #89704B;
}
.TagClassName
{
border-color: #89704B;
}
</style>