Shades of Spicy Mix #885A4E
Tints of Spicy Mix #885A4E
RGB
CMYK
RGB Variations
Color information
#885A4E (or 0x885A4E) is known color: Spicy Mix. HEX triplet: 88, 5A and 4E. RGB value is (136,90,78). Sum of RGB (Red+Green+Blue) = 136+90+78=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #885A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A4E is #77A5B1. Grayscale: #666666. Windows color (decimal): -7841202 or 5134984. OLE color: 5134984.
HSL color Cylindrical-coordinate representation of color #885A4E: hue angle of 12.41º 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 #885A4E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 78 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.47 |
| HSL | 12.41º | 0.27% | 0.42% | - |
| HSV(B) | 12.41º | 0.43% | 0.53% | - |
| XYZ | 15.18 | 13.1 | 8.94 | - |
| YUV | 102.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 78 | 0 | 0.34 | 0.43 | 0.47 | 12.41 | 0.27 | 0.42 |
| Hex | 88 | 5A | 4E | 0 | 22 | 2B | 2F | C | 1B | 2A |
| Octal | 210 | 132 | 116 | 0 | 42 | 53 | 57 | 14 | 33 | 52 |
| Binary | 10001000 | 1011010 | 1001110 | 0 | 100010 | 101011 | 101111 | 1100 | 11011 | 101010 |
Color Harmonies of #885A4E
Complementary color
Monochromatic Colors of #885A4E
Black with #885A4E
Text Example
Text Example
White with #885A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A4E; }
p { color: rgb(136,90,78); }
H1.HeaderClassName
{
color: #885A4E;
}
.AnyTagClassName
{
color: #885A4E;
}
</style>
background-color css
<style>
a { background-color: #885A4E; }
a { background-color: rgb(136,90,78); }
div.DivClassName
{
background-color: #885A4E;
}
.BgClassName
{
background-color: #885A4E;
}
</style>
border-color css
<style>
span { border-color: #885A4E; }
span { border-color: rgb(136,90,78); }
td.TdClassName
{
border-color: #885A4E;
}
.TagClassName
{
border-color: #885A4E;
}
</style>