Shades of Spicy Mix #895C50
Tints of Spicy Mix #895C50
RGB
CMYK
RGB Variations
Color information
#895C50 (or 0x895C50) is known color: Spicy Mix. HEX triplet: 89, 5C and 50. RGB value is (137,92,80). Sum of RGB (Red+Green+Blue) = 137+92+80=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #895C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C50 is #76A3AF. Grayscale: #686868. Windows color (decimal): -7775152 or 5266569. OLE color: 5266569.
HSL color Cylindrical-coordinate representation of color #895C50: hue angle of 12.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895C50 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 92 | 80 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.46 |
| HSL | 12.63º | 0.26% | 0.43% | - |
| HSV(B) | 12.63º | 0.42% | 0.54% | - |
| XYZ | 15.59 | 13.55 | 9.38 | - |
| YUV | 104.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 80 | 0 | 0.33 | 0.42 | 0.46 | 12.63 | 0.26 | 0.43 |
| Hex | 89 | 5C | 50 | 0 | 21 | 2A | 2E | D | 1A | 2B |
| Octal | 211 | 134 | 120 | 0 | 41 | 52 | 56 | 15 | 32 | 53 |
| Binary | 10001001 | 1011100 | 1010000 | 0 | 100001 | 101010 | 101110 | 1101 | 11010 | 101011 |
Color Harmonies of #895C50
Complementary color
Monochromatic Colors of #895C50
Black with #895C50
Text Example
Text Example
White with #895C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895C50; }
p { color: rgb(137,92,80); }
H1.HeaderClassName
{
color: #895C50;
}
.AnyTagClassName
{
color: #895C50;
}
</style>
background-color css
<style>
a { background-color: #895C50; }
a { background-color: rgb(137,92,80); }
div.DivClassName
{
background-color: #895C50;
}
.BgClassName
{
background-color: #895C50;
}
</style>
border-color css
<style>
span { border-color: #895C50; }
span { border-color: rgb(137,92,80); }
td.TdClassName
{
border-color: #895C50;
}
.TagClassName
{
border-color: #895C50;
}
</style>