Shades of Shadow #89754B
Tints of Shadow #89754B
RGB
CMYK
RGB Variations
Color information
#89754B (or 0x89754B) is known color: Shadow. HEX triplet: 89, 75 and 4B. RGB value is (137,117,75). Sum of RGB (Red+Green+Blue) = 137+117+75=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89754B is #768AB4. Grayscale: #767676. Windows color (decimal): -7768757 or 4945289. OLE color: 4945289.
HSL color Cylindrical-coordinate representation of color #89754B: hue angle of 40.65º 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 #89754B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 117 | 75 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.46 |
| HSL | 40.65º | 0.29% | 0.42% | - |
| HSV(B) | 40.65º | 0.45% | 0.54% | - |
| XYZ | 17.95 | 18.55 | 9.29 | - |
| YUV | 118.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 75 | 0 | 0.15 | 0.45 | 0.46 | 40.65 | 0.29 | 0.42 |
| Hex | 89 | 75 | 4B | 0 | F | 2D | 2E | 29 | 1D | 2A |
| Octal | 211 | 165 | 113 | 0 | 17 | 55 | 56 | 51 | 35 | 52 |
| Binary | 10001001 | 1110101 | 1001011 | 0 | 1111 | 101101 | 101110 | 101001 | 11101 | 101010 |
Color Harmonies of #89754B
Complementary color
Monochromatic Colors of #89754B
Black with #89754B
Text Example
Text Example
White with #89754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89754B; }
p { color: rgb(137,117,75); }
H1.HeaderClassName
{
color: #89754B;
}
.AnyTagClassName
{
color: #89754B;
}
</style>
background-color css
<style>
a { background-color: #89754B; }
a { background-color: rgb(137,117,75); }
div.DivClassName
{
background-color: #89754B;
}
.BgClassName
{
background-color: #89754B;
}
</style>
border-color css
<style>
span { border-color: #89754B; }
span { border-color: rgb(137,117,75); }
td.TdClassName
{
border-color: #89754B;
}
.TagClassName
{
border-color: #89754B;
}
</style>