Shades of Spicy Mix #955D4D
Tints of Spicy Mix #955D4D
RGB
CMYK
RGB Variations
Color information
#955D4D (or 0x955D4D) is known color: Spicy Mix. HEX triplet: 95, 5D and 4D. RGB value is (149,93,77). Sum of RGB (Red+Green+Blue) = 149+93+77=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D4D is #6AA2B2. Grayscale: #6C6C6C. Windows color (decimal): -6988467 or 5070229. OLE color: 5070229.
HSL color Cylindrical-coordinate representation of color #955D4D: hue angle of 13.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #955D4D is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 77 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.42 |
| HSL | 13.33º | 0.32% | 0.44% | - |
| HSV(B) | 13.33º | 0.48% | 0.58% | - |
| XYZ | 17.65 | 14.75 | 8.94 | - |
| YUV | 107.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 77 | 0 | 0.38 | 0.48 | 0.42 | 13.33 | 0.32 | 0.44 |
| Hex | 95 | 5D | 4D | 0 | 26 | 30 | 2A | D | 20 | 2C |
| Octal | 225 | 135 | 115 | 0 | 46 | 60 | 52 | 15 | 40 | 54 |
| Binary | 10010101 | 1011101 | 1001101 | 0 | 100110 | 110000 | 101010 | 1101 | 100000 | 101100 |
Color Harmonies of #955D4D
Complementary color
Monochromatic Colors of #955D4D
Black with #955D4D
Text Example
Text Example
White with #955D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D4D; }
p { color: rgb(149,93,77); }
H1.HeaderClassName
{
color: #955D4D;
}
.AnyTagClassName
{
color: #955D4D;
}
</style>
background-color css
<style>
a { background-color: #955D4D; }
a { background-color: rgb(149,93,77); }
div.DivClassName
{
background-color: #955D4D;
}
.BgClassName
{
background-color: #955D4D;
}
</style>
border-color css
<style>
span { border-color: #955D4D; }
span { border-color: rgb(149,93,77); }
td.TdClassName
{
border-color: #955D4D;
}
.TagClassName
{
border-color: #955D4D;
}
</style>