Shades of Spicy Mix #935C49
Tints of Spicy Mix #935C49
RGB
CMYK
RGB Variations
Color information
#935C49 (or 0x935C49) is known color: Spicy Mix. HEX triplet: 93, 5C and 49. RGB value is (147,92,73). Sum of RGB (Red+Green+Blue) = 147+92+73=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #935C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C49 is #6CA3B6. Grayscale: #6A6A6A. Windows color (decimal): -7119799 or 4807827. OLE color: 4807827.
HSL color Cylindrical-coordinate representation of color #935C49: hue angle of 15.41º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #935C49 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 73 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.42 |
| HSL | 15.41º | 0.34% | 0.43% | - |
| HSV(B) | 15.41º | 0.5% | 0.58% | - |
| XYZ | 17.06 | 14.34 | 8.17 | - |
| YUV | 106.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 73 | 0 | 0.37 | 0.50 | 0.42 | 15.41 | 0.34 | 0.43 |
| Hex | 93 | 5C | 49 | 0 | 25 | 32 | 2A | F | 22 | 2B |
| Octal | 223 | 134 | 111 | 0 | 45 | 62 | 52 | 17 | 42 | 53 |
| Binary | 10010011 | 1011100 | 1001001 | 0 | 100101 | 110010 | 101010 | 1111 | 100010 | 101011 |
Color Harmonies of #935C49
Complementary color
Monochromatic Colors of #935C49
Black with #935C49
Text Example
Text Example
White with #935C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C49; }
p { color: rgb(147,92,73); }
H1.HeaderClassName
{
color: #935C49;
}
.AnyTagClassName
{
color: #935C49;
}
</style>
background-color css
<style>
a { background-color: #935C49; }
a { background-color: rgb(147,92,73); }
div.DivClassName
{
background-color: #935C49;
}
.BgClassName
{
background-color: #935C49;
}
</style>
border-color css
<style>
span { border-color: #935C49; }
span { border-color: rgb(147,92,73); }
td.TdClassName
{
border-color: #935C49;
}
.TagClassName
{
border-color: #935C49;
}
</style>