Shades of Spicy Mix #895C51
Tints of Spicy Mix #895C51
RGB
CMYK
RGB Variations
Color information
#895C51 (or 0x895C51) is known color: Spicy Mix. HEX triplet: 89, 5C and 51. RGB value is (137,92,81). Sum of RGB (Red+Green+Blue) = 137+92+81=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #895C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C51 is #76A3AE. Grayscale: #686868. Windows color (decimal): -7775151 or 5332105. OLE color: 5332105.
HSL color Cylindrical-coordinate representation of color #895C51: hue angle of 11.79º 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 #895C51 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 92 | 81 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.46 |
| HSL | 11.79º | 0.26% | 0.43% | - |
| HSV(B) | 11.79º | 0.41% | 0.54% | - |
| XYZ | 15.63 | 13.57 | 9.58 | - |
| YUV | 104.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 81 | 0 | 0.33 | 0.41 | 0.46 | 11.79 | 0.26 | 0.43 |
| Hex | 89 | 5C | 51 | 0 | 21 | 29 | 2E | C | 1A | 2B |
| Octal | 211 | 134 | 121 | 0 | 41 | 51 | 56 | 14 | 32 | 53 |
| Binary | 10001001 | 1011100 | 1010001 | 0 | 100001 | 101001 | 101110 | 1100 | 11010 | 101011 |
Color Harmonies of #895C51
Complementary color
Monochromatic Colors of #895C51
Black with #895C51
Text Example
Text Example
White with #895C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895C51; }
p { color: rgb(137,92,81); }
H1.HeaderClassName
{
color: #895C51;
}
.AnyTagClassName
{
color: #895C51;
}
</style>
background-color css
<style>
a { background-color: #895C51; }
a { background-color: rgb(137,92,81); }
div.DivClassName
{
background-color: #895C51;
}
.BgClassName
{
background-color: #895C51;
}
</style>
border-color css
<style>
span { border-color: #895C51; }
span { border-color: rgb(137,92,81); }
td.TdClassName
{
border-color: #895C51;
}
.TagClassName
{
border-color: #895C51;
}
</style>