Shades of Spicy Mix #895D55
Tints of Spicy Mix #895D55
RGB
CMYK
RGB Variations
Color information
#895D55 (or 0x895D55) is known color: Spicy Mix. HEX triplet: 89, 5D and 55. RGB value is (137,93,85). Sum of RGB (Red+Green+Blue) = 137+93+85=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #895D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D55 is #76A2AA. Grayscale: #696969. Windows color (decimal): -7774891 or 5594505. OLE color: 5594505.
HSL color Cylindrical-coordinate representation of color #895D55: hue angle of 9.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895D55 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 85 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.46 |
| HSL | 9.23º | 0.23% | 0.44% | - |
| HSV(B) | 9.23º | 0.38% | 0.54% | - |
| XYZ | 15.87 | 13.8 | 10.42 | - |
| YUV | 105.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 85 | 0 | 0.32 | 0.38 | 0.46 | 9.23 | 0.23 | 0.44 |
| Hex | 89 | 5D | 55 | 0 | 20 | 26 | 2E | 9 | 17 | 2C |
| Octal | 211 | 135 | 125 | 0 | 40 | 46 | 56 | 11 | 27 | 54 |
| Binary | 10001001 | 1011101 | 1010101 | 0 | 100000 | 100110 | 101110 | 1001 | 10111 | 101100 |
Color Harmonies of #895D55
Complementary color
Monochromatic Colors of #895D55
Black with #895D55
Text Example
Text Example
White with #895D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D55; }
p { color: rgb(137,93,85); }
H1.HeaderClassName
{
color: #895D55;
}
.AnyTagClassName
{
color: #895D55;
}
</style>
background-color css
<style>
a { background-color: #895D55; }
a { background-color: rgb(137,93,85); }
div.DivClassName
{
background-color: #895D55;
}
.BgClassName
{
background-color: #895D55;
}
</style>
border-color css
<style>
span { border-color: #895D55; }
span { border-color: rgb(137,93,85); }
td.TdClassName
{
border-color: #895D55;
}
.TagClassName
{
border-color: #895D55;
}
</style>