Shades of Spicy Mix #935F51
Tints of Spicy Mix #935F51
RGB
CMYK
RGB Variations
Color information
#935F51 (or 0x935F51) is known color: Spicy Mix. HEX triplet: 93, 5F and 51. RGB value is (147,95,81). Sum of RGB (Red+Green+Blue) = 147+95+81=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #935F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F51 is #6CA0AE. Grayscale: #6D6D6D. Windows color (decimal): -7119023 or 5332883. OLE color: 5332883.
HSL color Cylindrical-coordinate representation of color #935F51: hue angle of 12.73º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935F51 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 81 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.42 |
| HSL | 12.73º | 0.29% | 0.45% | - |
| HSV(B) | 12.73º | 0.45% | 0.58% | - |
| XYZ | 17.61 | 14.98 | 9.75 | - |
| YUV | 108.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 81 | 0 | 0.35 | 0.45 | 0.42 | 12.73 | 0.29 | 0.45 |
| Hex | 93 | 5F | 51 | 0 | 23 | 2D | 2A | D | 1D | 2D |
| Octal | 223 | 137 | 121 | 0 | 43 | 55 | 52 | 15 | 35 | 55 |
| Binary | 10010011 | 1011111 | 1010001 | 0 | 100011 | 101101 | 101010 | 1101 | 11101 | 101101 |
Color Harmonies of #935F51
Complementary color
Monochromatic Colors of #935F51
Black with #935F51
Text Example
Text Example
White with #935F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F51; }
p { color: rgb(147,95,81); }
H1.HeaderClassName
{
color: #935F51;
}
.AnyTagClassName
{
color: #935F51;
}
</style>
background-color css
<style>
a { background-color: #935F51; }
a { background-color: rgb(147,95,81); }
div.DivClassName
{
background-color: #935F51;
}
.BgClassName
{
background-color: #935F51;
}
</style>
border-color css
<style>
span { border-color: #935F51; }
span { border-color: rgb(147,95,81); }
td.TdClassName
{
border-color: #935F51;
}
.TagClassName
{
border-color: #935F51;
}
</style>