Shades of Spicy Mix #895D4D
Tints of Spicy Mix #895D4D
RGB
CMYK
RGB Variations
Color information
#895D4D (or 0x895D4D) is known color: Spicy Mix. HEX triplet: 89, 5D and 4D. RGB value is (137,93,77). Sum of RGB (Red+Green+Blue) = 137+93+77=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #895D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D4D is #76A2B2. Grayscale: #686868. Windows color (decimal): -7774899 or 5070217. OLE color: 5070217.
HSL color Cylindrical-coordinate representation of color #895D4D: hue angle of 16º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #895D4D is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 77 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.46 |
| HSL | 16º | 0.28% | 0.42% | - |
| HSV(B) | 16º | 0.44% | 0.54% | - |
| XYZ | 15.57 | 13.68 | 8.84 | - |
| YUV | 104.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 77 | 0 | 0.32 | 0.44 | 0.46 | 16 | 0.28 | 0.42 |
| Hex | 89 | 5D | 4D | 0 | 20 | 2C | 2E | 10 | 1C | 2A |
| Octal | 211 | 135 | 115 | 0 | 40 | 54 | 56 | 20 | 34 | 52 |
| Binary | 10001001 | 1011101 | 1001101 | 0 | 100000 | 101100 | 101110 | 10000 | 11100 | 101010 |
Color Harmonies of #895D4D
Complementary color
Monochromatic Colors of #895D4D
Black with #895D4D
Text Example
Text Example
White with #895D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D4D; }
p { color: rgb(137,93,77); }
H1.HeaderClassName
{
color: #895D4D;
}
.AnyTagClassName
{
color: #895D4D;
}
</style>
background-color css
<style>
a { background-color: #895D4D; }
a { background-color: rgb(137,93,77); }
div.DivClassName
{
background-color: #895D4D;
}
.BgClassName
{
background-color: #895D4D;
}
</style>
border-color css
<style>
span { border-color: #895D4D; }
span { border-color: rgb(137,93,77); }
td.TdClassName
{
border-color: #895D4D;
}
.TagClassName
{
border-color: #895D4D;
}
</style>