Shades of Spicy Mix #985F4D
Tints of Spicy Mix #985F4D
RGB
CMYK
RGB Variations
Color information
#985F4D (or 0x985F4D) is known color: Spicy Mix. HEX triplet: 98, 5F and 4D. RGB value is (152,95,77). Sum of RGB (Red+Green+Blue) = 152+95+77=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #985F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F4D is #67A0B2. Grayscale: #6E6E6E. Windows color (decimal): -6791347 or 5070744. OLE color: 5070744.
HSL color Cylindrical-coordinate representation of color #985F4D: hue angle of 14.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #985F4D is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 95 | 77 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.40 |
| HSL | 14.4º | 0.33% | 0.45% | - |
| HSV(B) | 14.4º | 0.49% | 0.6% | - |
| XYZ | 18.38 | 15.4 | 9.02 | - |
| YUV | 109.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 77 | 0 | 0.38 | 0.49 | 0.40 | 14.4 | 0.33 | 0.45 |
| Hex | 98 | 5F | 4D | 0 | 26 | 31 | 28 | E | 21 | 2D |
| Octal | 230 | 137 | 115 | 0 | 46 | 61 | 50 | 16 | 41 | 55 |
| Binary | 10011000 | 1011111 | 1001101 | 0 | 100110 | 110001 | 101000 | 1110 | 100001 | 101101 |
Color Harmonies of #985F4D
Complementary color
Monochromatic Colors of #985F4D
Black with #985F4D
Text Example
Text Example
White with #985F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985F4D; }
p { color: rgb(152,95,77); }
H1.HeaderClassName
{
color: #985F4D;
}
.AnyTagClassName
{
color: #985F4D;
}
</style>
background-color css
<style>
a { background-color: #985F4D; }
a { background-color: rgb(152,95,77); }
div.DivClassName
{
background-color: #985F4D;
}
.BgClassName
{
background-color: #985F4D;
}
</style>
border-color css
<style>
span { border-color: #985F4D; }
span { border-color: rgb(152,95,77); }
td.TdClassName
{
border-color: #985F4D;
}
.TagClassName
{
border-color: #985F4D;
}
</style>