Shades of Spicy Mix #885B4F
Tints of Spicy Mix #885B4F
RGB
CMYK
RGB Variations
Color information
#885B4F (or 0x885B4F) is known color: Spicy Mix. HEX triplet: 88, 5B and 4F. RGB value is (136,91,79). Sum of RGB (Red+Green+Blue) = 136+91+79=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B4F is #77A4B0. Grayscale: #676767. Windows color (decimal): -7840945 or 5200776. OLE color: 5200776.
HSL color Cylindrical-coordinate representation of color #885B4F: hue angle of 12.63º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #885B4F is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 91 | 79 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.47 |
| HSL | 12.63º | 0.27% | 0.42% | - |
| HSV(B) | 12.63º | 0.42% | 0.53% | - |
| XYZ | 15.31 | 13.28 | 9.15 | - |
| YUV | 103.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 79 | 0 | 0.33 | 0.42 | 0.47 | 12.63 | 0.27 | 0.42 |
| Hex | 88 | 5B | 4F | 0 | 21 | 2A | 2F | D | 1B | 2A |
| Octal | 210 | 133 | 117 | 0 | 41 | 52 | 57 | 15 | 33 | 52 |
| Binary | 10001000 | 1011011 | 1001111 | 0 | 100001 | 101010 | 101111 | 1101 | 11011 | 101010 |
Color Harmonies of #885B4F
Complementary color
Monochromatic Colors of #885B4F
Black with #885B4F
Text Example
Text Example
White with #885B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885B4F; }
p { color: rgb(136,91,79); }
H1.HeaderClassName
{
color: #885B4F;
}
.AnyTagClassName
{
color: #885B4F;
}
</style>
background-color css
<style>
a { background-color: #885B4F; }
a { background-color: rgb(136,91,79); }
div.DivClassName
{
background-color: #885B4F;
}
.BgClassName
{
background-color: #885B4F;
}
</style>
border-color css
<style>
span { border-color: #885B4F; }
span { border-color: rgb(136,91,79); }
td.TdClassName
{
border-color: #885B4F;
}
.TagClassName
{
border-color: #885B4F;
}
</style>