Shades of Spicy Mix #85584E
Tints of Spicy Mix #85584E
RGB
CMYK
RGB Variations
Color information
#85584E (or 0x85584E) is known color: Spicy Mix. HEX triplet: 85, 58 and 4E. RGB value is (133,88,78). Sum of RGB (Red+Green+Blue) = 133+88+78=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85584E is #7AA7B1. Grayscale: #646464. Windows color (decimal): -8038322 or 5134469. OLE color: 5134469.
HSL color Cylindrical-coordinate representation of color #85584E: hue angle of 10.91º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85584E is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 78 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.48 |
| HSL | 10.91º | 0.26% | 0.41% | - |
| HSV(B) | 10.91º | 0.41% | 0.52% | - |
| XYZ | 14.54 | 12.52 | 8.86 | - |
| YUV | 100.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 78 | 0 | 0.34 | 0.41 | 0.48 | 10.91 | 0.26 | 0.41 |
| Hex | 85 | 58 | 4E | 0 | 22 | 29 | 30 | B | 1A | 29 |
| Octal | 205 | 130 | 116 | 0 | 42 | 51 | 60 | 13 | 32 | 51 |
| Binary | 10000101 | 1011000 | 1001110 | 0 | 100010 | 101001 | 110000 | 1011 | 11010 | 101001 |
Color Harmonies of #85584E
Complementary color
Monochromatic Colors of #85584E
Black with #85584E
Text Example
Text Example
White with #85584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85584E; }
p { color: rgb(133,88,78); }
H1.HeaderClassName
{
color: #85584E;
}
.AnyTagClassName
{
color: #85584E;
}
</style>
background-color css
<style>
a { background-color: #85584E; }
a { background-color: rgb(133,88,78); }
div.DivClassName
{
background-color: #85584E;
}
.BgClassName
{
background-color: #85584E;
}
</style>
border-color css
<style>
span { border-color: #85584E; }
span { border-color: rgb(133,88,78); }
td.TdClassName
{
border-color: #85584E;
}
.TagClassName
{
border-color: #85584E;
}
</style>