Shades of Spicy Mix #955E4A
Tints of Spicy Mix #955E4A
RGB
CMYK
RGB Variations
Color information
#955E4A (or 0x955E4A) is known color: Spicy Mix. HEX triplet: 95, 5E and 4A. RGB value is (149,94,74). Sum of RGB (Red+Green+Blue) = 149+94+74=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E4A is #6AA1B5. Grayscale: #6C6C6C. Windows color (decimal): -6988214 or 4873877. OLE color: 4873877.
HSL color Cylindrical-coordinate representation of color #955E4A: hue angle of 16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #955E4A is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 74 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.42 |
| HSL | 16º | 0.34% | 0.44% | - |
| HSV(B) | 16º | 0.5% | 0.58% | - |
| XYZ | 17.63 | 14.89 | 8.42 | - |
| YUV | 108.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 74 | 0 | 0.37 | 0.50 | 0.42 | 16 | 0.34 | 0.44 |
| Hex | 95 | 5E | 4A | 0 | 25 | 32 | 2A | 10 | 22 | 2C |
| Octal | 225 | 136 | 112 | 0 | 45 | 62 | 52 | 20 | 42 | 54 |
| Binary | 10010101 | 1011110 | 1001010 | 0 | 100101 | 110010 | 101010 | 10000 | 100010 | 101100 |
Color Harmonies of #955E4A
Complementary color
Monochromatic Colors of #955E4A
Black with #955E4A
Text Example
Text Example
White with #955E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E4A; }
p { color: rgb(149,94,74); }
H1.HeaderClassName
{
color: #955E4A;
}
.AnyTagClassName
{
color: #955E4A;
}
</style>
background-color css
<style>
a { background-color: #955E4A; }
a { background-color: rgb(149,94,74); }
div.DivClassName
{
background-color: #955E4A;
}
.BgClassName
{
background-color: #955E4A;
}
</style>
border-color css
<style>
span { border-color: #955E4A; }
span { border-color: rgb(149,94,74); }
td.TdClassName
{
border-color: #955E4A;
}
.TagClassName
{
border-color: #955E4A;
}
</style>