Shades of Spicy Mix #915A4D
Tints of Spicy Mix #915A4D
RGB
CMYK
RGB Variations
Color information
#915A4D (or 0x915A4D) is known color: Spicy Mix. HEX triplet: 91, 5A and 4D. RGB value is (145,90,77). Sum of RGB (Red+Green+Blue) = 145+90+77=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #915A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A4D is #6EA5B2. Grayscale: #696969. Windows color (decimal): -7251379 or 5069457. OLE color: 5069457.
HSL color Cylindrical-coordinate representation of color #915A4D: hue angle of 11.47º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #915A4D is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 77 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.43 |
| HSL | 11.47º | 0.31% | 0.44% | - |
| HSV(B) | 11.47º | 0.47% | 0.57% | - |
| XYZ | 16.67 | 13.87 | 8.82 | - |
| YUV | 104.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 77 | 0 | 0.38 | 0.47 | 0.43 | 11.47 | 0.31 | 0.44 |
| Hex | 91 | 5A | 4D | 0 | 26 | 2F | 2B | B | 1F | 2C |
| Octal | 221 | 132 | 115 | 0 | 46 | 57 | 53 | 13 | 37 | 54 |
| Binary | 10010001 | 1011010 | 1001101 | 0 | 100110 | 101111 | 101011 | 1011 | 11111 | 101100 |
Color Harmonies of #915A4D
Complementary color
Monochromatic Colors of #915A4D
Black with #915A4D
Text Example
Text Example
White with #915A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A4D; }
p { color: rgb(145,90,77); }
H1.HeaderClassName
{
color: #915A4D;
}
.AnyTagClassName
{
color: #915A4D;
}
</style>
background-color css
<style>
a { background-color: #915A4D; }
a { background-color: rgb(145,90,77); }
div.DivClassName
{
background-color: #915A4D;
}
.BgClassName
{
background-color: #915A4D;
}
</style>
border-color css
<style>
span { border-color: #915A4D; }
span { border-color: rgb(145,90,77); }
td.TdClassName
{
border-color: #915A4D;
}
.TagClassName
{
border-color: #915A4D;
}
</style>