Shades of Spicy Mix #8E5C51
Tints of Spicy Mix #8E5C51
RGB
CMYK
RGB Variations
Color information
#8E5C51 (or 0x8E5C51) is known color: Spicy Mix. HEX triplet: 8E, 5C and 51. RGB value is (142,92,81). Sum of RGB (Red+Green+Blue) = 142+92+81=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5C51 is #71A3AE. Grayscale: #696969. Windows color (decimal): -7447471 or 5332110. OLE color: 5332110.
HSL color Cylindrical-coordinate representation of color #8E5C51: hue angle of 10.82º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5C51 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 92 | 81 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.44 |
| HSL | 10.82º | 0.27% | 0.44% | - |
| HSV(B) | 10.82º | 0.43% | 0.56% | - |
| XYZ | 16.47 | 14 | 9.62 | - |
| YUV | 105.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 92 | 81 | 0 | 0.35 | 0.43 | 0.44 | 10.82 | 0.27 | 0.44 |
| Hex | 8E | 5C | 51 | 0 | 23 | 2B | 2C | B | 1B | 2C |
| Octal | 216 | 134 | 121 | 0 | 43 | 53 | 54 | 13 | 33 | 54 |
| Binary | 10001110 | 1011100 | 1010001 | 0 | 100011 | 101011 | 101100 | 1011 | 11011 | 101100 |
Color Harmonies of #8E5C51
Complementary color
Monochromatic Colors of #8E5C51
Black with #8E5C51
Text Example
Text Example
White with #8E5C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5C51; }
p { color: rgb(142,92,81); }
H1.HeaderClassName
{
color: #8E5C51;
}
.AnyTagClassName
{
color: #8E5C51;
}
</style>
background-color css
<style>
a { background-color: #8E5C51; }
a { background-color: rgb(142,92,81); }
div.DivClassName
{
background-color: #8E5C51;
}
.BgClassName
{
background-color: #8E5C51;
}
</style>
border-color css
<style>
span { border-color: #8E5C51; }
span { border-color: rgb(142,92,81); }
td.TdClassName
{
border-color: #8E5C51;
}
.TagClassName
{
border-color: #8E5C51;
}
</style>