Shades of Spicy Mix #885E4E
Tints of Spicy Mix #885E4E
RGB
CMYK
RGB Variations
Color information
#885E4E (or 0x885E4E) is known color: Spicy Mix. HEX triplet: 88, 5E and 4E. RGB value is (136,94,78). Sum of RGB (Red+Green+Blue) = 136+94+78=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #885E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E4E is #77A1B1. Grayscale: #686868. Windows color (decimal): -7840178 or 5136008. OLE color: 5136008.
HSL color Cylindrical-coordinate representation of color #885E4E: hue angle of 16.55º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #885E4E is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 78 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.47 |
| HSL | 16.55º | 0.27% | 0.42% | - |
| HSV(B) | 16.55º | 0.43% | 0.53% | - |
| XYZ | 15.53 | 13.79 | 9.05 | - |
| YUV | 104.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 78 | 0 | 0.31 | 0.43 | 0.47 | 16.55 | 0.27 | 0.42 |
| Hex | 88 | 5E | 4E | 0 | 1F | 2B | 2F | 11 | 1B | 2A |
| Octal | 210 | 136 | 116 | 0 | 37 | 53 | 57 | 21 | 33 | 52 |
| Binary | 10001000 | 1011110 | 1001110 | 0 | 11111 | 101011 | 101111 | 10001 | 11011 | 101010 |
Color Harmonies of #885E4E
Complementary color
Monochromatic Colors of #885E4E
Black with #885E4E
Text Example
Text Example
White with #885E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E4E; }
p { color: rgb(136,94,78); }
H1.HeaderClassName
{
color: #885E4E;
}
.AnyTagClassName
{
color: #885E4E;
}
</style>
background-color css
<style>
a { background-color: #885E4E; }
a { background-color: rgb(136,94,78); }
div.DivClassName
{
background-color: #885E4E;
}
.BgClassName
{
background-color: #885E4E;
}
</style>
border-color css
<style>
span { border-color: #885E4E; }
span { border-color: rgb(136,94,78); }
td.TdClassName
{
border-color: #885E4E;
}
.TagClassName
{
border-color: #885E4E;
}
</style>