Shades of Spicy Mix #935C50
Tints of Spicy Mix #935C50
RGB
CMYK
RGB Variations
Color information
#935C50 (or 0x935C50) is known color: Spicy Mix. HEX triplet: 93, 5C and 50. RGB value is (147,92,80). Sum of RGB (Red+Green+Blue) = 147+92+80=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #935C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C50 is #6CA3AF. Grayscale: #6B6B6B. Windows color (decimal): -7119792 or 5266579. OLE color: 5266579.
HSL color Cylindrical-coordinate representation of color #935C50: hue angle of 10.75º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935C50 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 80 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.42 |
| HSL | 10.75º | 0.3% | 0.45% | - |
| HSV(B) | 10.75º | 0.46% | 0.58% | - |
| XYZ | 17.31 | 14.44 | 9.46 | - |
| YUV | 107.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 80 | 0 | 0.37 | 0.46 | 0.42 | 10.75 | 0.3 | 0.45 |
| Hex | 93 | 5C | 50 | 0 | 25 | 2E | 2A | B | 1E | 2D |
| Octal | 223 | 134 | 120 | 0 | 45 | 56 | 52 | 13 | 36 | 55 |
| Binary | 10010011 | 1011100 | 1010000 | 0 | 100101 | 101110 | 101010 | 1011 | 11110 | 101101 |
Color Harmonies of #935C50
Complementary color
Monochromatic Colors of #935C50
Black with #935C50
Text Example
Text Example
White with #935C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C50; }
p { color: rgb(147,92,80); }
H1.HeaderClassName
{
color: #935C50;
}
.AnyTagClassName
{
color: #935C50;
}
</style>
background-color css
<style>
a { background-color: #935C50; }
a { background-color: rgb(147,92,80); }
div.DivClassName
{
background-color: #935C50;
}
.BgClassName
{
background-color: #935C50;
}
</style>
border-color css
<style>
span { border-color: #935C50; }
span { border-color: rgb(147,92,80); }
td.TdClassName
{
border-color: #935C50;
}
.TagClassName
{
border-color: #935C50;
}
</style>