Shades of Spicy Mix #8C5E49
Tints of Spicy Mix #8C5E49
RGB
CMYK
RGB Variations
Color information
#8C5E49 (or 0x8C5E49) is known color: Spicy Mix. HEX triplet: 8C, 5E and 49. RGB value is (140,94,73). Sum of RGB (Red+Green+Blue) = 140+94+73=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5E49 is #73A1B6. Grayscale: #696969. Windows color (decimal): -7578039 or 4808332. OLE color: 4808332.
HSL color Cylindrical-coordinate representation of color #8C5E49: hue angle of 18.81º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C5E49 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 94 | 73 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.45 |
| HSL | 18.81º | 0.31% | 0.42% | - |
| HSV(B) | 18.81º | 0.48% | 0.55% | - |
| XYZ | 16.02 | 14.06 | 8.17 | - |
| YUV | 105.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 73 | 0 | 0.33 | 0.48 | 0.45 | 18.81 | 0.31 | 0.42 |
| Hex | 8C | 5E | 49 | 0 | 21 | 30 | 2D | 13 | 1F | 2A |
| Octal | 214 | 136 | 111 | 0 | 41 | 60 | 55 | 23 | 37 | 52 |
| Binary | 10001100 | 1011110 | 1001001 | 0 | 100001 | 110000 | 101101 | 10011 | 11111 | 101010 |
Color Harmonies of #8C5E49
Complementary color
Monochromatic Colors of #8C5E49
Black with #8C5E49
Text Example
Text Example
White with #8C5E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5E49; }
p { color: rgb(140,94,73); }
H1.HeaderClassName
{
color: #8C5E49;
}
.AnyTagClassName
{
color: #8C5E49;
}
</style>
background-color css
<style>
a { background-color: #8C5E49; }
a { background-color: rgb(140,94,73); }
div.DivClassName
{
background-color: #8C5E49;
}
.BgClassName
{
background-color: #8C5E49;
}
</style>
border-color css
<style>
span { border-color: #8C5E49; }
span { border-color: rgb(140,94,73); }
td.TdClassName
{
border-color: #8C5E49;
}
.TagClassName
{
border-color: #8C5E49;
}
</style>