Shades of Spicy Mix #915C47
Tints of Spicy Mix #915C47
RGB
CMYK
RGB Variations
Color information
#915C47 (or 0x915C47) is known color: Spicy Mix. HEX triplet: 91, 5C and 47. RGB value is (145,92,71). Sum of RGB (Red+Green+Blue) = 145+92+71=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #915C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C47 is #6EA3B8. Grayscale: #696969. Windows color (decimal): -7250873 or 4676753. OLE color: 4676753.
HSL color Cylindrical-coordinate representation of color #915C47: hue angle of 17.03º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #915C47 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 71 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.43 |
| HSL | 17.03º | 0.34% | 0.42% | - |
| HSV(B) | 17.03º | 0.51% | 0.57% | - |
| XYZ | 16.64 | 14.13 | 7.81 | - |
| YUV | 105.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 71 | 0 | 0.37 | 0.51 | 0.43 | 17.03 | 0.34 | 0.42 |
| Hex | 91 | 5C | 47 | 0 | 25 | 33 | 2B | 11 | 22 | 2A |
| Octal | 221 | 134 | 107 | 0 | 45 | 63 | 53 | 21 | 42 | 52 |
| Binary | 10010001 | 1011100 | 1000111 | 0 | 100101 | 110011 | 101011 | 10001 | 100010 | 101010 |
Color Harmonies of #915C47
Complementary color
Monochromatic Colors of #915C47
Black with #915C47
Text Example
Text Example
White with #915C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C47; }
p { color: rgb(145,92,71); }
H1.HeaderClassName
{
color: #915C47;
}
.AnyTagClassName
{
color: #915C47;
}
</style>
background-color css
<style>
a { background-color: #915C47; }
a { background-color: rgb(145,92,71); }
div.DivClassName
{
background-color: #915C47;
}
.BgClassName
{
background-color: #915C47;
}
</style>
border-color css
<style>
span { border-color: #915C47; }
span { border-color: rgb(145,92,71); }
td.TdClassName
{
border-color: #915C47;
}
.TagClassName
{
border-color: #915C47;
}
</style>