Shades of Spicy Mix #945D4C
Tints of Spicy Mix #945D4C
RGB
CMYK
RGB Variations
Color information
#945D4C (or 0x945D4C) is known color: Spicy Mix. HEX triplet: 94, 5D and 4C. RGB value is (148,93,76). Sum of RGB (Red+Green+Blue) = 148+93+76=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #945D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945D4C is #6BA2B3. Grayscale: #6B6B6B. Windows color (decimal): -7054004 or 5004692. OLE color: 5004692.
HSL color Cylindrical-coordinate representation of color #945D4C: hue angle of 14.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #945D4C is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 93 | 76 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.42 |
| HSL | 14.17º | 0.32% | 0.44% | - |
| HSV(B) | 14.17º | 0.49% | 0.58% | - |
| XYZ | 17.43 | 14.65 | 8.75 | - |
| YUV | 107.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 76 | 0 | 0.37 | 0.49 | 0.42 | 14.17 | 0.32 | 0.44 |
| Hex | 94 | 5D | 4C | 0 | 25 | 31 | 2A | E | 20 | 2C |
| Octal | 224 | 135 | 114 | 0 | 45 | 61 | 52 | 16 | 40 | 54 |
| Binary | 10010100 | 1011101 | 1001100 | 0 | 100101 | 110001 | 101010 | 1110 | 100000 | 101100 |
Color Harmonies of #945D4C
Complementary color
Monochromatic Colors of #945D4C
Black with #945D4C
Text Example
Text Example
White with #945D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945D4C; }
p { color: rgb(148,93,76); }
H1.HeaderClassName
{
color: #945D4C;
}
.AnyTagClassName
{
color: #945D4C;
}
</style>
background-color css
<style>
a { background-color: #945D4C; }
a { background-color: rgb(148,93,76); }
div.DivClassName
{
background-color: #945D4C;
}
.BgClassName
{
background-color: #945D4C;
}
</style>
border-color css
<style>
span { border-color: #945D4C; }
span { border-color: rgb(148,93,76); }
td.TdClassName
{
border-color: #945D4C;
}
.TagClassName
{
border-color: #945D4C;
}
</style>