Shades of Spicy Mix #885B49
Tints of Spicy Mix #885B49
RGB
CMYK
RGB Variations
Color information
#885B49 (or 0x885B49) is known color: Spicy Mix. HEX triplet: 88, 5B and 49. RGB value is (136,91,73). Sum of RGB (Red+Green+Blue) = 136+91+73=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B49 is #77A4B6. Grayscale: #666666. Windows color (decimal): -7840951 or 4807560. OLE color: 4807560.
HSL color Cylindrical-coordinate representation of color #885B49: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885B49 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 91 | 73 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.47 |
| HSL | 17.14º | 0.3% | 0.41% | - |
| HSV(B) | 17.14º | 0.46% | 0.53% | - |
| XYZ | 15.1 | 13.2 | 8.05 | - |
| YUV | 102.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 73 | 0 | 0.33 | 0.46 | 0.47 | 17.14 | 0.3 | 0.41 |
| Hex | 88 | 5B | 49 | 0 | 21 | 2E | 2F | 11 | 1E | 29 |
| Octal | 210 | 133 | 111 | 0 | 41 | 56 | 57 | 21 | 36 | 51 |
| Binary | 10001000 | 1011011 | 1001001 | 0 | 100001 | 101110 | 101111 | 10001 | 11110 | 101001 |
Color Harmonies of #885B49
Complementary color
Monochromatic Colors of #885B49
Black with #885B49
Text Example
Text Example
White with #885B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885B49; }
p { color: rgb(136,91,73); }
H1.HeaderClassName
{
color: #885B49;
}
.AnyTagClassName
{
color: #885B49;
}
</style>
background-color css
<style>
a { background-color: #885B49; }
a { background-color: rgb(136,91,73); }
div.DivClassName
{
background-color: #885B49;
}
.BgClassName
{
background-color: #885B49;
}
</style>
border-color css
<style>
span { border-color: #885B49; }
span { border-color: rgb(136,91,73); }
td.TdClassName
{
border-color: #885B49;
}
.TagClassName
{
border-color: #885B49;
}
</style>