Shades of Spicy Mix #885C49
Tints of Spicy Mix #885C49
RGB
CMYK
RGB Variations
Color information
#885C49 (or 0x885C49) is known color: Spicy Mix. HEX triplet: 88, 5C and 49. RGB value is (136,92,73). Sum of RGB (Red+Green+Blue) = 136+92+73=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #885C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C49 is #77A3B6. Grayscale: #676767. Windows color (decimal): -7840695 or 4807816. OLE color: 4807816.
HSL color Cylindrical-coordinate representation of color #885C49: hue angle of 18.1º 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 #885C49 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 73 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.47 |
| HSL | 18.1º | 0.3% | 0.41% | - |
| HSV(B) | 18.1º | 0.46% | 0.53% | - |
| XYZ | 15.18 | 13.37 | 8.08 | - |
| YUV | 102.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 73 | 0 | 0.32 | 0.46 | 0.47 | 18.1 | 0.3 | 0.41 |
| Hex | 88 | 5C | 49 | 0 | 20 | 2E | 2F | 12 | 1E | 29 |
| Octal | 210 | 134 | 111 | 0 | 40 | 56 | 57 | 22 | 36 | 51 |
| Binary | 10001000 | 1011100 | 1001001 | 0 | 100000 | 101110 | 101111 | 10010 | 11110 | 101001 |
Color Harmonies of #885C49
Complementary color
Monochromatic Colors of #885C49
Black with #885C49
Text Example
Text Example
White with #885C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C49; }
p { color: rgb(136,92,73); }
H1.HeaderClassName
{
color: #885C49;
}
.AnyTagClassName
{
color: #885C49;
}
</style>
background-color css
<style>
a { background-color: #885C49; }
a { background-color: rgb(136,92,73); }
div.DivClassName
{
background-color: #885C49;
}
.BgClassName
{
background-color: #885C49;
}
</style>
border-color css
<style>
span { border-color: #885C49; }
span { border-color: rgb(136,92,73); }
td.TdClassName
{
border-color: #885C49;
}
.TagClassName
{
border-color: #885C49;
}
</style>