Shades of Spicy Mix #8D5D54
Tints of Spicy Mix #8D5D54
RGB
CMYK
RGB Variations
Color information
#8D5D54 (or 0x8D5D54) is known color: Spicy Mix. HEX triplet: 8D, 5D and 54. RGB value is (141,93,84). Sum of RGB (Red+Green+Blue) = 141+93+84=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5D54 is #72A2AB. Grayscale: #6A6A6A. Windows color (decimal): -7512748 or 5528973. OLE color: 5528973.
HSL color Cylindrical-coordinate representation of color #8D5D54: hue angle of 9.47º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5D54 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 93 | 84 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.45 |
| HSL | 9.47º | 0.25% | 0.44% | - |
| HSV(B) | 9.47º | 0.4% | 0.55% | - |
| XYZ | 16.5 | 14.13 | 10.25 | - |
| YUV | 106.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 84 | 0 | 0.34 | 0.40 | 0.45 | 9.47 | 0.25 | 0.44 |
| Hex | 8D | 5D | 54 | 0 | 22 | 28 | 2D | 9 | 19 | 2C |
| Octal | 215 | 135 | 124 | 0 | 42 | 50 | 55 | 11 | 31 | 54 |
| Binary | 10001101 | 1011101 | 1010100 | 0 | 100010 | 101000 | 101101 | 1001 | 11001 | 101100 |
Color Harmonies of #8D5D54
Complementary color
Monochromatic Colors of #8D5D54
Black with #8D5D54
Text Example
Text Example
White with #8D5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5D54; }
p { color: rgb(141,93,84); }
H1.HeaderClassName
{
color: #8D5D54;
}
.AnyTagClassName
{
color: #8D5D54;
}
</style>
background-color css
<style>
a { background-color: #8D5D54; }
a { background-color: rgb(141,93,84); }
div.DivClassName
{
background-color: #8D5D54;
}
.BgClassName
{
background-color: #8D5D54;
}
</style>
border-color css
<style>
span { border-color: #8D5D54; }
span { border-color: rgb(141,93,84); }
td.TdClassName
{
border-color: #8D5D54;
}
.TagClassName
{
border-color: #8D5D54;
}
</style>