Shades of Spicy Mix #85584D
Tints of Spicy Mix #85584D
RGB
CMYK
RGB Variations
Color information
#85584D (or 0x85584D) is known color: Spicy Mix. HEX triplet: 85, 58 and 4D. RGB value is (133,88,77). Sum of RGB (Red+Green+Blue) = 133+88+77=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85584D is #7AA7B2. Grayscale: #646464. Windows color (decimal): -8038323 or 5068933. OLE color: 5068933.
HSL color Cylindrical-coordinate representation of color #85584D: hue angle of 11.79º 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 #85584D is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 77 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.48 |
| HSL | 11.79º | 0.27% | 0.41% | - |
| HSV(B) | 11.79º | 0.42% | 0.52% | - |
| XYZ | 14.5 | 12.5 | 8.67 | - |
| YUV | 100.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 77 | 0 | 0.34 | 0.42 | 0.48 | 11.79 | 0.27 | 0.41 |
| Hex | 85 | 58 | 4D | 0 | 22 | 2A | 30 | C | 1B | 29 |
| Octal | 205 | 130 | 115 | 0 | 42 | 52 | 60 | 14 | 33 | 51 |
| Binary | 10000101 | 1011000 | 1001101 | 0 | 100010 | 101010 | 110000 | 1100 | 11011 | 101001 |
Color Harmonies of #85584D
Complementary color
Monochromatic Colors of #85584D
Black with #85584D
Text Example
Text Example
White with #85584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85584D; }
p { color: rgb(133,88,77); }
H1.HeaderClassName
{
color: #85584D;
}
.AnyTagClassName
{
color: #85584D;
}
</style>
background-color css
<style>
a { background-color: #85584D; }
a { background-color: rgb(133,88,77); }
div.DivClassName
{
background-color: #85584D;
}
.BgClassName
{
background-color: #85584D;
}
</style>
border-color css
<style>
span { border-color: #85584D; }
span { border-color: rgb(133,88,77); }
td.TdClassName
{
border-color: #85584D;
}
.TagClassName
{
border-color: #85584D;
}
</style>