Shades of Shadow #896D49
Tints of Shadow #896D49
RGB
CMYK
RGB Variations
Color information
#896D49 (or 0x896D49) is known color: Shadow. HEX triplet: 89, 6D and 49. RGB value is (137,109,73). Sum of RGB (Red+Green+Blue) = 137+109+73=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #896D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D49 is #7692B6. Grayscale: #717171. Windows color (decimal): -7770807 or 4812169. OLE color: 4812169.
HSL color Cylindrical-coordinate representation of color #896D49: hue angle of 33.75º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896D49 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 73 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.46 |
| HSL | 33.75º | 0.3% | 0.41% | - |
| HSV(B) | 33.75º | 0.47% | 0.54% | - |
| XYZ | 16.99 | 16.74 | 8.64 | - |
| YUV | 113.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 73 | 0 | 0.20 | 0.47 | 0.46 | 33.75 | 0.3 | 0.41 |
| Hex | 89 | 6D | 49 | 0 | 14 | 2F | 2E | 22 | 1E | 29 |
| Octal | 211 | 155 | 111 | 0 | 24 | 57 | 56 | 42 | 36 | 51 |
| Binary | 10001001 | 1101101 | 1001001 | 0 | 10100 | 101111 | 101110 | 100010 | 11110 | 101001 |
Color Harmonies of #896D49
Complementary color
Monochromatic Colors of #896D49
Black with #896D49
Text Example
Text Example
White with #896D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D49; }
p { color: rgb(137,109,73); }
H1.HeaderClassName
{
color: #896D49;
}
.AnyTagClassName
{
color: #896D49;
}
</style>
background-color css
<style>
a { background-color: #896D49; }
a { background-color: rgb(137,109,73); }
div.DivClassName
{
background-color: #896D49;
}
.BgClassName
{
background-color: #896D49;
}
</style>
border-color css
<style>
span { border-color: #896D49; }
span { border-color: rgb(137,109,73); }
td.TdClassName
{
border-color: #896D49;
}
.TagClassName
{
border-color: #896D49;
}
</style>