Shades of Spicy Mix #885E51
Tints of Spicy Mix #885E51
RGB
CMYK
RGB Variations
Color information
#885E51 (or 0x885E51) is known color: Spicy Mix. HEX triplet: 88, 5E and 51. RGB value is (136,94,81). Sum of RGB (Red+Green+Blue) = 136+94+81=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #885E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E51 is #77A1AE. Grayscale: #696969. Windows color (decimal): -7840175 or 5332616. OLE color: 5332616.
HSL color Cylindrical-coordinate representation of color #885E51: hue angle of 14.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885E51 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 81 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.47 |
| HSL | 14.18º | 0.25% | 0.43% | - |
| HSV(B) | 14.18º | 0.4% | 0.53% | - |
| XYZ | 15.64 | 13.83 | 9.63 | - |
| YUV | 105.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 81 | 0 | 0.31 | 0.40 | 0.47 | 14.18 | 0.25 | 0.43 |
| Hex | 88 | 5E | 51 | 0 | 1F | 28 | 2F | E | 19 | 2B |
| Octal | 210 | 136 | 121 | 0 | 37 | 50 | 57 | 16 | 31 | 53 |
| Binary | 10001000 | 1011110 | 1010001 | 0 | 11111 | 101000 | 101111 | 1110 | 11001 | 101011 |
Color Harmonies of #885E51
Complementary color
Monochromatic Colors of #885E51
Black with #885E51
Text Example
Text Example
White with #885E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E51; }
p { color: rgb(136,94,81); }
H1.HeaderClassName
{
color: #885E51;
}
.AnyTagClassName
{
color: #885E51;
}
</style>
background-color css
<style>
a { background-color: #885E51; }
a { background-color: rgb(136,94,81); }
div.DivClassName
{
background-color: #885E51;
}
.BgClassName
{
background-color: #885E51;
}
</style>
border-color css
<style>
span { border-color: #885E51; }
span { border-color: rgb(136,94,81); }
td.TdClassName
{
border-color: #885E51;
}
.TagClassName
{
border-color: #885E51;
}
</style>