Shades of Spicy Mix #886353
Tints of Spicy Mix #886353
RGB
CMYK
RGB Variations
Color information
#886353 (or 0x886353) is known color: Spicy Mix. HEX triplet: 88, 63 and 53. RGB value is (136,99,83). Sum of RGB (Red+Green+Blue) = 136+99+83=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #886353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886353 is #779CAC. Grayscale: #6C6C6C. Windows color (decimal): -7838893 or 5464968. OLE color: 5464968.
HSL color Cylindrical-coordinate representation of color #886353: hue angle of 18.11º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #886353 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 83 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.47 |
| HSL | 18.11º | 0.24% | 0.43% | - |
| HSV(B) | 18.11º | 0.39% | 0.53% | - |
| XYZ | 16.18 | 14.78 | 10.18 | - |
| YUV | 108.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 83 | 0 | 0.27 | 0.39 | 0.47 | 18.11 | 0.24 | 0.43 |
| Hex | 88 | 63 | 53 | 0 | 1B | 27 | 2F | 12 | 18 | 2B |
| Octal | 210 | 143 | 123 | 0 | 33 | 47 | 57 | 22 | 30 | 53 |
| Binary | 10001000 | 1100011 | 1010011 | 0 | 11011 | 100111 | 101111 | 10010 | 11000 | 101011 |
Color Harmonies of #886353
Complementary color
Monochromatic Colors of #886353
Black with #886353
Text Example
Text Example
White with #886353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886353; }
p { color: rgb(136,99,83); }
H1.HeaderClassName
{
color: #886353;
}
.AnyTagClassName
{
color: #886353;
}
</style>
background-color css
<style>
a { background-color: #886353; }
a { background-color: rgb(136,99,83); }
div.DivClassName
{
background-color: #886353;
}
.BgClassName
{
background-color: #886353;
}
</style>
border-color css
<style>
span { border-color: #886353; }
span { border-color: rgb(136,99,83); }
td.TdClassName
{
border-color: #886353;
}
.TagClassName
{
border-color: #886353;
}
</style>