Shades of Spicy Mix #89594F
Tints of Spicy Mix #89594F
RGB
CMYK
RGB Variations
Color information
#89594F (or 0x89594F) is known color: Spicy Mix. HEX triplet: 89, 59 and 4F. RGB value is (137,89,79). Sum of RGB (Red+Green+Blue) = 137+89+79=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #89594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89594F is #76A6B0. Grayscale: #666666. Windows color (decimal): -7775921 or 5200265. OLE color: 5200265.
HSL color Cylindrical-coordinate representation of color #89594F: hue angle of 10.34º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89594F is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 79 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.46 |
| HSL | 10.34º | 0.27% | 0.42% | - |
| HSV(B) | 10.34º | 0.42% | 0.54% | - |
| XYZ | 15.3 | 13.03 | 9.11 | - |
| YUV | 102.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 79 | 0 | 0.35 | 0.42 | 0.46 | 10.34 | 0.27 | 0.42 |
| Hex | 89 | 59 | 4F | 0 | 23 | 2A | 2E | A | 1B | 2A |
| Octal | 211 | 131 | 117 | 0 | 43 | 52 | 56 | 12 | 33 | 52 |
| Binary | 10001001 | 1011001 | 1001111 | 0 | 100011 | 101010 | 101110 | 1010 | 11011 | 101010 |
Color Harmonies of #89594F
Complementary color
Monochromatic Colors of #89594F
Black with #89594F
Text Example
Text Example
White with #89594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89594F; }
p { color: rgb(137,89,79); }
H1.HeaderClassName
{
color: #89594F;
}
.AnyTagClassName
{
color: #89594F;
}
</style>
background-color css
<style>
a { background-color: #89594F; }
a { background-color: rgb(137,89,79); }
div.DivClassName
{
background-color: #89594F;
}
.BgClassName
{
background-color: #89594F;
}
</style>
border-color css
<style>
span { border-color: #89594F; }
span { border-color: rgb(137,89,79); }
td.TdClassName
{
border-color: #89594F;
}
.TagClassName
{
border-color: #89594F;
}
</style>