Shades of Spicy Mix #8E594C
Tints of Spicy Mix #8E594C
RGB
CMYK
RGB Variations
Color information
#8E594C (or 0x8E594C) is known color: Spicy Mix. HEX triplet: 8E, 59 and 4C. RGB value is (142,89,76). Sum of RGB (Red+Green+Blue) = 142+89+76=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E594C is #71A6B3. Grayscale: #676767. Windows color (decimal): -7448244 or 5003662. OLE color: 5003662.
HSL color Cylindrical-coordinate representation of color #8E594C: hue angle of 11.82º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E594C is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 76 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.44 |
| HSL | 11.82º | 0.3% | 0.43% | - |
| HSV(B) | 11.82º | 0.46% | 0.56% | - |
| XYZ | 16.03 | 13.42 | 8.58 | - |
| YUV | 103.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 76 | 0 | 0.37 | 0.46 | 0.44 | 11.82 | 0.3 | 0.43 |
| Hex | 8E | 59 | 4C | 0 | 25 | 2E | 2C | C | 1E | 2B |
| Octal | 216 | 131 | 114 | 0 | 45 | 56 | 54 | 14 | 36 | 53 |
| Binary | 10001110 | 1011001 | 1001100 | 0 | 100101 | 101110 | 101100 | 1100 | 11110 | 101011 |
Color Harmonies of #8E594C
Complementary color
Monochromatic Colors of #8E594C
Black with #8E594C
Text Example
Text Example
White with #8E594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E594C; }
p { color: rgb(142,89,76); }
H1.HeaderClassName
{
color: #8E594C;
}
.AnyTagClassName
{
color: #8E594C;
}
</style>
background-color css
<style>
a { background-color: #8E594C; }
a { background-color: rgb(142,89,76); }
div.DivClassName
{
background-color: #8E594C;
}
.BgClassName
{
background-color: #8E594C;
}
</style>
border-color css
<style>
span { border-color: #8E594C; }
span { border-color: rgb(142,89,76); }
td.TdClassName
{
border-color: #8E594C;
}
.TagClassName
{
border-color: #8E594C;
}
</style>