Shades of Spicy Mix #885F55
Tints of Spicy Mix #885F55
RGB
CMYK
RGB Variations
Color information
#885F55 (or 0x885F55) is known color: Spicy Mix. HEX triplet: 88, 5F and 55. RGB value is (136,95,85). Sum of RGB (Red+Green+Blue) = 136+95+85=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #885F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F55 is #77A0AA. Grayscale: #6A6A6A. Windows color (decimal): -7839915 or 5595016. OLE color: 5595016.
HSL color Cylindrical-coordinate representation of color #885F55: hue angle of 11.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885F55 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 85 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.47 |
| HSL | 11.76º | 0.23% | 0.43% | - |
| HSV(B) | 11.76º | 0.38% | 0.53% | - |
| XYZ | 15.89 | 14.07 | 10.47 | - |
| YUV | 106.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 85 | 0 | 0.30 | 0.38 | 0.47 | 11.76 | 0.23 | 0.43 |
| Hex | 88 | 5F | 55 | 0 | 1E | 26 | 2F | C | 17 | 2B |
| Octal | 210 | 137 | 125 | 0 | 36 | 46 | 57 | 14 | 27 | 53 |
| Binary | 10001000 | 1011111 | 1010101 | 0 | 11110 | 100110 | 101111 | 1100 | 10111 | 101011 |
Color Harmonies of #885F55
Complementary color
Monochromatic Colors of #885F55
Black with #885F55
Text Example
Text Example
White with #885F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F55; }
p { color: rgb(136,95,85); }
H1.HeaderClassName
{
color: #885F55;
}
.AnyTagClassName
{
color: #885F55;
}
</style>
background-color css
<style>
a { background-color: #885F55; }
a { background-color: rgb(136,95,85); }
div.DivClassName
{
background-color: #885F55;
}
.BgClassName
{
background-color: #885F55;
}
</style>
border-color css
<style>
span { border-color: #885F55; }
span { border-color: rgb(136,95,85); }
td.TdClassName
{
border-color: #885F55;
}
.TagClassName
{
border-color: #885F55;
}
</style>