Shades of Spicy Mix #915D45
Tints of Spicy Mix #915D45
RGB
CMYK
RGB Variations
Color information
#915D45 (or 0x915D45) is known color: Spicy Mix. HEX triplet: 91, 5D and 45. RGB value is (145,93,69). Sum of RGB (Red+Green+Blue) = 145+93+69=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #915D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D45 is #6EA2BA. Grayscale: #696969. Windows color (decimal): -7250619 or 4545937. OLE color: 4545937.
HSL color Cylindrical-coordinate representation of color #915D45: hue angle of 18.95º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915D45 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 69 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.43 |
| HSL | 18.95º | 0.36% | 0.42% | - |
| HSV(B) | 18.95º | 0.52% | 0.57% | - |
| XYZ | 16.67 | 14.28 | 7.51 | - |
| YUV | 105.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 69 | 0 | 0.36 | 0.52 | 0.43 | 18.95 | 0.36 | 0.42 |
| Hex | 91 | 5D | 45 | 0 | 24 | 34 | 2B | 13 | 24 | 2A |
| Octal | 221 | 135 | 105 | 0 | 44 | 64 | 53 | 23 | 44 | 52 |
| Binary | 10010001 | 1011101 | 1000101 | 0 | 100100 | 110100 | 101011 | 10011 | 100100 | 101010 |
Color Harmonies of #915D45
Complementary color
Monochromatic Colors of #915D45
Black with #915D45
Text Example
Text Example
White with #915D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D45; }
p { color: rgb(145,93,69); }
H1.HeaderClassName
{
color: #915D45;
}
.AnyTagClassName
{
color: #915D45;
}
</style>
background-color css
<style>
a { background-color: #915D45; }
a { background-color: rgb(145,93,69); }
div.DivClassName
{
background-color: #915D45;
}
.BgClassName
{
background-color: #915D45;
}
</style>
border-color css
<style>
span { border-color: #915D45; }
span { border-color: rgb(145,93,69); }
td.TdClassName
{
border-color: #915D45;
}
.TagClassName
{
border-color: #915D45;
}
</style>