Shades of Spicy Mix #8C5E54
Tints of Spicy Mix #8C5E54
RGB
CMYK
RGB Variations
Color information
#8C5E54 (or 0x8C5E54) is known color: Spicy Mix. HEX triplet: 8C, 5E and 54. RGB value is (140,94,84). Sum of RGB (Red+Green+Blue) = 140+94+84=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5E54 is #73A1AB. Grayscale: #6A6A6A. Windows color (decimal): -7578028 or 5529228. OLE color: 5529228.
HSL color Cylindrical-coordinate representation of color #8C5E54: hue angle of 10.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5E54 is Cyan = 0, Magento = 0.33, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 94 | 84 | - |
| CMYK | 0 | 0.33 | 0.4 | 0.45 |
| HSL | 10.71º | 0.25% | 0.44% | - |
| HSV(B) | 10.71º | 0.4% | 0.55% | - |
| XYZ | 16.42 | 14.22 | 10.27 | - |
| YUV | 106.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 84 | 0 | 0.33 | 0.4 | 0.45 | 10.71 | 0.25 | 0.44 |
| Hex | 8C | 5E | 54 | 0 | 21 | 28 | 2D | B | 19 | 2C |
| Octal | 214 | 136 | 124 | 0 | 41 | 50 | 55 | 13 | 31 | 54 |
| Binary | 10001100 | 1011110 | 1010100 | 0 | 100001 | 101000 | 101101 | 1011 | 11001 | 101100 |
Color Harmonies of #8C5E54
Complementary color
Monochromatic Colors of #8C5E54
Black with #8C5E54
Text Example
Text Example
White with #8C5E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5E54; }
p { color: rgb(140,94,84); }
H1.HeaderClassName
{
color: #8C5E54;
}
.AnyTagClassName
{
color: #8C5E54;
}
</style>
background-color css
<style>
a { background-color: #8C5E54; }
a { background-color: rgb(140,94,84); }
div.DivClassName
{
background-color: #8C5E54;
}
.BgClassName
{
background-color: #8C5E54;
}
</style>
border-color css
<style>
span { border-color: #8C5E54; }
span { border-color: rgb(140,94,84); }
td.TdClassName
{
border-color: #8C5E54;
}
.TagClassName
{
border-color: #8C5E54;
}
</style>