Shades of Spicy Mix #955C49
Tints of Spicy Mix #955C49
RGB
CMYK
RGB Variations
Color information
#955C49 (or 0x955C49) is known color: Spicy Mix. HEX triplet: 95, 5C and 49. RGB value is (149,92,73). Sum of RGB (Red+Green+Blue) = 149+92+73=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #955C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C49 is #6AA3B6. Grayscale: #6B6B6B. Windows color (decimal): -6988727 or 4807829. OLE color: 4807829.
HSL color Cylindrical-coordinate representation of color #955C49: hue angle of 15º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955C49 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 92 | 73 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.42 |
| HSL | 15º | 0.34% | 0.44% | - |
| HSV(B) | 15º | 0.51% | 0.58% | - |
| XYZ | 17.42 | 14.52 | 8.19 | - |
| YUV | 106.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 73 | 0 | 0.38 | 0.51 | 0.42 | 15 | 0.34 | 0.44 |
| Hex | 95 | 5C | 49 | 0 | 26 | 33 | 2A | F | 22 | 2C |
| Octal | 225 | 134 | 111 | 0 | 46 | 63 | 52 | 17 | 42 | 54 |
| Binary | 10010101 | 1011100 | 1001001 | 0 | 100110 | 110011 | 101010 | 1111 | 100010 | 101100 |
Color Harmonies of #955C49
Complementary color
Monochromatic Colors of #955C49
Black with #955C49
Text Example
Text Example
White with #955C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C49; }
p { color: rgb(149,92,73); }
H1.HeaderClassName
{
color: #955C49;
}
.AnyTagClassName
{
color: #955C49;
}
</style>
background-color css
<style>
a { background-color: #955C49; }
a { background-color: rgb(149,92,73); }
div.DivClassName
{
background-color: #955C49;
}
.BgClassName
{
background-color: #955C49;
}
</style>
border-color css
<style>
span { border-color: #955C49; }
span { border-color: rgb(149,92,73); }
td.TdClassName
{
border-color: #955C49;
}
.TagClassName
{
border-color: #955C49;
}
</style>