Shades of Spicy Mix #955E47
Tints of Spicy Mix #955E47
RGB
CMYK
RGB Variations
Color information
#955E47 (or 0x955E47) is known color: Spicy Mix. HEX triplet: 95, 5E and 47. RGB value is (149,94,71). Sum of RGB (Red+Green+Blue) = 149+94+71=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #955E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E47 is #6AA1B8. Grayscale: #6B6B6B. Windows color (decimal): -6988217 or 4677269. OLE color: 4677269.
HSL color Cylindrical-coordinate representation of color #955E47: hue angle of 17.69º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955E47 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 71 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.42 |
| HSL | 17.69º | 0.35% | 0.43% | - |
| HSV(B) | 17.69º | 0.52% | 0.58% | - |
| XYZ | 17.53 | 14.85 | 7.9 | - |
| YUV | 107.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 71 | 0 | 0.37 | 0.52 | 0.42 | 17.69 | 0.35 | 0.43 |
| Hex | 95 | 5E | 47 | 0 | 25 | 34 | 2A | 12 | 23 | 2B |
| Octal | 225 | 136 | 107 | 0 | 45 | 64 | 52 | 22 | 43 | 53 |
| Binary | 10010101 | 1011110 | 1000111 | 0 | 100101 | 110100 | 101010 | 10010 | 100011 | 101011 |
Color Harmonies of #955E47
Complementary color
Monochromatic Colors of #955E47
Black with #955E47
Text Example
Text Example
White with #955E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E47; }
p { color: rgb(149,94,71); }
H1.HeaderClassName
{
color: #955E47;
}
.AnyTagClassName
{
color: #955E47;
}
</style>
background-color css
<style>
a { background-color: #955E47; }
a { background-color: rgb(149,94,71); }
div.DivClassName
{
background-color: #955E47;
}
.BgClassName
{
background-color: #955E47;
}
</style>
border-color css
<style>
span { border-color: #955E47; }
span { border-color: rgb(149,94,71); }
td.TdClassName
{
border-color: #955E47;
}
.TagClassName
{
border-color: #955E47;
}
</style>