Shades of Spicy Mix #885F50
Tints of Spicy Mix #885F50
RGB
CMYK
RGB Variations
Color information
#885F50 (or 0x885F50) is known color: Spicy Mix. HEX triplet: 88, 5F and 50. RGB value is (136,95,80). Sum of RGB (Red+Green+Blue) = 136+95+80=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #885F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F50 is #77A0AF. Grayscale: #696969. Windows color (decimal): -7839920 or 5267336. OLE color: 5267336.
HSL color Cylindrical-coordinate representation of color #885F50: hue angle of 16.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885F50 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 80 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.47 |
| HSL | 16.07º | 0.26% | 0.42% | - |
| HSV(B) | 16.07º | 0.41% | 0.53% | - |
| XYZ | 15.69 | 14 | 9.46 | - |
| YUV | 105.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 80 | 0 | 0.30 | 0.41 | 0.47 | 16.07 | 0.26 | 0.42 |
| Hex | 88 | 5F | 50 | 0 | 1E | 29 | 2F | 10 | 1A | 2A |
| Octal | 210 | 137 | 120 | 0 | 36 | 51 | 57 | 20 | 32 | 52 |
| Binary | 10001000 | 1011111 | 1010000 | 0 | 11110 | 101001 | 101111 | 10000 | 11010 | 101010 |
Color Harmonies of #885F50
Complementary color
Monochromatic Colors of #885F50
Black with #885F50
Text Example
Text Example
White with #885F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F50; }
p { color: rgb(136,95,80); }
H1.HeaderClassName
{
color: #885F50;
}
.AnyTagClassName
{
color: #885F50;
}
</style>
background-color css
<style>
a { background-color: #885F50; }
a { background-color: rgb(136,95,80); }
div.DivClassName
{
background-color: #885F50;
}
.BgClassName
{
background-color: #885F50;
}
</style>
border-color css
<style>
span { border-color: #885F50; }
span { border-color: rgb(136,95,80); }
td.TdClassName
{
border-color: #885F50;
}
.TagClassName
{
border-color: #885F50;
}
</style>