Shades of Spicy Mix #885F4C
Tints of Spicy Mix #885F4C
RGB
CMYK
RGB Variations
Color information
#885F4C (or 0x885F4C) is known color: Spicy Mix. HEX triplet: 88, 5F and 4C. RGB value is (136,95,76). Sum of RGB (Red+Green+Blue) = 136+95+76=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #885F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F4C is #77A0B3. Grayscale: #696969. Windows color (decimal): -7839924 or 5005192. OLE color: 5005192.
HSL color Cylindrical-coordinate representation of color #885F4C: hue angle of 19º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #885F4C is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 76 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.47 |
| HSL | 19º | 0.28% | 0.42% | - |
| HSV(B) | 19º | 0.44% | 0.53% | - |
| XYZ | 15.55 | 13.94 | 8.71 | - |
| YUV | 105.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 76 | 0 | 0.30 | 0.44 | 0.47 | 19 | 0.28 | 0.42 |
| Hex | 88 | 5F | 4C | 0 | 1E | 2C | 2F | 13 | 1C | 2A |
| Octal | 210 | 137 | 114 | 0 | 36 | 54 | 57 | 23 | 34 | 52 |
| Binary | 10001000 | 1011111 | 1001100 | 0 | 11110 | 101100 | 101111 | 10011 | 11100 | 101010 |
Color Harmonies of #885F4C
Complementary color
Monochromatic Colors of #885F4C
Black with #885F4C
Text Example
Text Example
White with #885F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F4C; }
p { color: rgb(136,95,76); }
H1.HeaderClassName
{
color: #885F4C;
}
.AnyTagClassName
{
color: #885F4C;
}
</style>
background-color css
<style>
a { background-color: #885F4C; }
a { background-color: rgb(136,95,76); }
div.DivClassName
{
background-color: #885F4C;
}
.BgClassName
{
background-color: #885F4C;
}
</style>
border-color css
<style>
span { border-color: #885F4C; }
span { border-color: rgb(136,95,76); }
td.TdClassName
{
border-color: #885F4C;
}
.TagClassName
{
border-color: #885F4C;
}
</style>