Shades of Spicy Mix #89594D
Tints of Spicy Mix #89594D
RGB
CMYK
RGB Variations
Color information
#89594D (or 0x89594D) is known color: Spicy Mix. HEX triplet: 89, 59 and 4D. RGB value is (137,89,77). Sum of RGB (Red+Green+Blue) = 137+89+77=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #89594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89594D is #76A6B2. Grayscale: #666666. Windows color (decimal): -7775923 or 5069193. OLE color: 5069193.
HSL color Cylindrical-coordinate representation of color #89594D: hue angle of 12º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89594D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 77 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.46 |
| HSL | 12º | 0.28% | 0.42% | - |
| HSV(B) | 12º | 0.44% | 0.54% | - |
| XYZ | 15.23 | 13 | 8.73 | - |
| YUV | 101.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 77 | 0 | 0.35 | 0.44 | 0.46 | 12 | 0.28 | 0.42 |
| Hex | 89 | 59 | 4D | 0 | 23 | 2C | 2E | C | 1C | 2A |
| Octal | 211 | 131 | 115 | 0 | 43 | 54 | 56 | 14 | 34 | 52 |
| Binary | 10001001 | 1011001 | 1001101 | 0 | 100011 | 101100 | 101110 | 1100 | 11100 | 101010 |
Color Harmonies of #89594D
Complementary color
Monochromatic Colors of #89594D
Black with #89594D
Text Example
Text Example
White with #89594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89594D; }
p { color: rgb(137,89,77); }
H1.HeaderClassName
{
color: #89594D;
}
.AnyTagClassName
{
color: #89594D;
}
</style>
background-color css
<style>
a { background-color: #89594D; }
a { background-color: rgb(137,89,77); }
div.DivClassName
{
background-color: #89594D;
}
.BgClassName
{
background-color: #89594D;
}
</style>
border-color css
<style>
span { border-color: #89594D; }
span { border-color: rgb(137,89,77); }
td.TdClassName
{
border-color: #89594D;
}
.TagClassName
{
border-color: #89594D;
}
</style>