Shades of Spicy Mix #885D52
Tints of Spicy Mix #885D52
RGB
CMYK
RGB Variations
Color information
#885D52 (or 0x885D52) is known color: Spicy Mix. HEX triplet: 88, 5D and 52. RGB value is (136,93,82). Sum of RGB (Red+Green+Blue) = 136+93+82=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #885D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D52 is #77A2AD. Grayscale: #686868. Windows color (decimal): -7840430 or 5397896. OLE color: 5397896.
HSL color Cylindrical-coordinate representation of color #885D52: hue angle of 12.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885D52 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 82 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.47 |
| HSL | 12.22º | 0.25% | 0.43% | - |
| HSV(B) | 12.22º | 0.4% | 0.53% | - |
| XYZ | 15.59 | 13.67 | 9.8 | - |
| YUV | 104.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 82 | 0 | 0.32 | 0.40 | 0.47 | 12.22 | 0.25 | 0.43 |
| Hex | 88 | 5D | 52 | 0 | 20 | 28 | 2F | C | 19 | 2B |
| Octal | 210 | 135 | 122 | 0 | 40 | 50 | 57 | 14 | 31 | 53 |
| Binary | 10001000 | 1011101 | 1010010 | 0 | 100000 | 101000 | 101111 | 1100 | 11001 | 101011 |
Color Harmonies of #885D52
Complementary color
Monochromatic Colors of #885D52
Black with #885D52
Text Example
Text Example
White with #885D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D52; }
p { color: rgb(136,93,82); }
H1.HeaderClassName
{
color: #885D52;
}
.AnyTagClassName
{
color: #885D52;
}
</style>
background-color css
<style>
a { background-color: #885D52; }
a { background-color: rgb(136,93,82); }
div.DivClassName
{
background-color: #885D52;
}
.BgClassName
{
background-color: #885D52;
}
</style>
border-color css
<style>
span { border-color: #885D52; }
span { border-color: rgb(136,93,82); }
td.TdClassName
{
border-color: #885D52;
}
.TagClassName
{
border-color: #885D52;
}
</style>