Shades of Spicy Mix #915949
Tints of Spicy Mix #915949
RGB
CMYK
RGB Variations
Color information
#915949 (or 0x915949) is known color: Spicy Mix. HEX triplet: 91, 59 and 49. RGB value is (145,89,73). Sum of RGB (Red+Green+Blue) = 145+89+73=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #915949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915949 is #6EA6B6. Grayscale: #686868. Windows color (decimal): -7251639 or 4807057. OLE color: 4807057.
HSL color Cylindrical-coordinate representation of color #915949: hue angle of 13.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #915949 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 73 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.43 |
| HSL | 13.33º | 0.33% | 0.43% | - |
| HSV(B) | 13.33º | 0.5% | 0.57% | - |
| XYZ | 16.45 | 13.65 | 8.07 | - |
| YUV | 103.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 73 | 0 | 0.39 | 0.50 | 0.43 | 13.33 | 0.33 | 0.43 |
| Hex | 91 | 59 | 49 | 0 | 27 | 32 | 2B | D | 21 | 2B |
| Octal | 221 | 131 | 111 | 0 | 47 | 62 | 53 | 15 | 41 | 53 |
| Binary | 10010001 | 1011001 | 1001001 | 0 | 100111 | 110010 | 101011 | 1101 | 100001 | 101011 |
Color Harmonies of #915949
Complementary color
Monochromatic Colors of #915949
Black with #915949
Text Example
Text Example
White with #915949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915949; }
p { color: rgb(145,89,73); }
H1.HeaderClassName
{
color: #915949;
}
.AnyTagClassName
{
color: #915949;
}
</style>
background-color css
<style>
a { background-color: #915949; }
a { background-color: rgb(145,89,73); }
div.DivClassName
{
background-color: #915949;
}
.BgClassName
{
background-color: #915949;
}
</style>
border-color css
<style>
span { border-color: #915949; }
span { border-color: rgb(145,89,73); }
td.TdClassName
{
border-color: #915949;
}
.TagClassName
{
border-color: #915949;
}
</style>