Shades of Spicy Mix #895D51
Tints of Spicy Mix #895D51
RGB
CMYK
RGB Variations
Color information
#895D51 (or 0x895D51) is known color: Spicy Mix. HEX triplet: 89, 5D and 51. RGB value is (137,93,81). Sum of RGB (Red+Green+Blue) = 137+93+81=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #895D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D51 is #76A2AE. Grayscale: #686868. Windows color (decimal): -7774895 or 5332361. OLE color: 5332361.
HSL color Cylindrical-coordinate representation of color #895D51: hue angle of 12.86º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895D51 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 81 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.46 |
| HSL | 12.86º | 0.26% | 0.43% | - |
| HSV(B) | 12.86º | 0.41% | 0.54% | - |
| XYZ | 15.72 | 13.74 | 9.61 | - |
| YUV | 104.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 81 | 0 | 0.32 | 0.41 | 0.46 | 12.86 | 0.26 | 0.43 |
| Hex | 89 | 5D | 51 | 0 | 20 | 29 | 2E | D | 1A | 2B |
| Octal | 211 | 135 | 121 | 0 | 40 | 51 | 56 | 15 | 32 | 53 |
| Binary | 10001001 | 1011101 | 1010001 | 0 | 100000 | 101001 | 101110 | 1101 | 11010 | 101011 |
Color Harmonies of #895D51
Complementary color
Monochromatic Colors of #895D51
Black with #895D51
Text Example
Text Example
White with #895D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D51; }
p { color: rgb(137,93,81); }
H1.HeaderClassName
{
color: #895D51;
}
.AnyTagClassName
{
color: #895D51;
}
</style>
background-color css
<style>
a { background-color: #895D51; }
a { background-color: rgb(137,93,81); }
div.DivClassName
{
background-color: #895D51;
}
.BgClassName
{
background-color: #895D51;
}
</style>
border-color css
<style>
span { border-color: #895D51; }
span { border-color: rgb(137,93,81); }
td.TdClassName
{
border-color: #895D51;
}
.TagClassName
{
border-color: #895D51;
}
</style>