Shades of Spicy Mix #85594D
Tints of Spicy Mix #85594D
RGB
CMYK
RGB Variations
Color information
#85594D (or 0x85594D) is known color: Spicy Mix. HEX triplet: 85, 59 and 4D. RGB value is (133,89,77). Sum of RGB (Red+Green+Blue) = 133+89+77=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85594D is #7AA6B2. Grayscale: #646464. Windows color (decimal): -8038067 or 5069189. OLE color: 5069189.
HSL color Cylindrical-coordinate representation of color #85594D: hue angle of 12.86º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85594D is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 77 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.48 |
| HSL | 12.86º | 0.27% | 0.41% | - |
| HSV(B) | 12.86º | 0.42% | 0.52% | - |
| XYZ | 14.58 | 12.67 | 8.7 | - |
| YUV | 100.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 77 | 0 | 0.33 | 0.42 | 0.48 | 12.86 | 0.27 | 0.41 |
| Hex | 85 | 59 | 4D | 0 | 21 | 2A | 30 | D | 1B | 29 |
| Octal | 205 | 131 | 115 | 0 | 41 | 52 | 60 | 15 | 33 | 51 |
| Binary | 10000101 | 1011001 | 1001101 | 0 | 100001 | 101010 | 110000 | 1101 | 11011 | 101001 |
Color Harmonies of #85594D
Complementary color
Monochromatic Colors of #85594D
Black with #85594D
Text Example
Text Example
White with #85594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85594D; }
p { color: rgb(133,89,77); }
H1.HeaderClassName
{
color: #85594D;
}
.AnyTagClassName
{
color: #85594D;
}
</style>
background-color css
<style>
a { background-color: #85594D; }
a { background-color: rgb(133,89,77); }
div.DivClassName
{
background-color: #85594D;
}
.BgClassName
{
background-color: #85594D;
}
</style>
border-color css
<style>
span { border-color: #85594D; }
span { border-color: rgb(133,89,77); }
td.TdClassName
{
border-color: #85594D;
}
.TagClassName
{
border-color: #85594D;
}
</style>