Shades of Spicy Mix #8B594E
Tints of Spicy Mix #8B594E
RGB
CMYK
RGB Variations
Color information
#8B594E (or 0x8B594E) is known color: Spicy Mix. HEX triplet: 8B, 59 and 4E. RGB value is (139,89,78). Sum of RGB (Red+Green+Blue) = 139+89+78=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B594E is #74A6B1. Grayscale: #666666. Windows color (decimal): -7644850 or 5134731. OLE color: 5134731.
HSL color Cylindrical-coordinate representation of color #8B594E: hue angle of 10.82º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B594E is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 78 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.45 |
| HSL | 10.82º | 0.28% | 0.43% | - |
| HSV(B) | 10.82º | 0.44% | 0.55% | - |
| XYZ | 15.59 | 13.18 | 8.93 | - |
| YUV | 102.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 78 | 0 | 0.36 | 0.44 | 0.45 | 10.82 | 0.28 | 0.43 |
| Hex | 8B | 59 | 4E | 0 | 24 | 2C | 2D | B | 1C | 2B |
| Octal | 213 | 131 | 116 | 0 | 44 | 54 | 55 | 13 | 34 | 53 |
| Binary | 10001011 | 1011001 | 1001110 | 0 | 100100 | 101100 | 101101 | 1011 | 11100 | 101011 |
Color Harmonies of #8B594E
Complementary color
Monochromatic Colors of #8B594E
Black with #8B594E
Text Example
Text Example
White with #8B594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B594E; }
p { color: rgb(139,89,78); }
H1.HeaderClassName
{
color: #8B594E;
}
.AnyTagClassName
{
color: #8B594E;
}
</style>
background-color css
<style>
a { background-color: #8B594E; }
a { background-color: rgb(139,89,78); }
div.DivClassName
{
background-color: #8B594E;
}
.BgClassName
{
background-color: #8B594E;
}
</style>
border-color css
<style>
span { border-color: #8B594E; }
span { border-color: rgb(139,89,78); }
td.TdClassName
{
border-color: #8B594E;
}
.TagClassName
{
border-color: #8B594E;
}
</style>