Shades of Spicy Mix #8D5A4F
Tints of Spicy Mix #8D5A4F
RGB
CMYK
RGB Variations
Color information
#8D5A4F (or 0x8D5A4F) is known color: Spicy Mix. HEX triplet: 8D, 5A and 4F. RGB value is (141,90,79). Sum of RGB (Red+Green+Blue) = 141+90+79=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A4F is #72A5B0. Grayscale: #686868. Windows color (decimal): -7513521 or 5200525. OLE color: 5200525.
HSL color Cylindrical-coordinate representation of color #8D5A4F: hue angle of 10.65º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D5A4F is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 79 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.45 |
| HSL | 10.65º | 0.28% | 0.43% | - |
| HSV(B) | 10.65º | 0.44% | 0.55% | - |
| XYZ | 16.05 | 13.54 | 9.16 | - |
| YUV | 104 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 79 | 0 | 0.36 | 0.44 | 0.45 | 10.65 | 0.28 | 0.43 |
| Hex | 8D | 5A | 4F | 0 | 24 | 2C | 2D | B | 1C | 2B |
| Octal | 215 | 132 | 117 | 0 | 44 | 54 | 55 | 13 | 34 | 53 |
| Binary | 10001101 | 1011010 | 1001111 | 0 | 100100 | 101100 | 101101 | 1011 | 11100 | 101011 |
Color Harmonies of #8D5A4F
Complementary color
Monochromatic Colors of #8D5A4F
Black with #8D5A4F
Text Example
Text Example
White with #8D5A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A4F; }
p { color: rgb(141,90,79); }
H1.HeaderClassName
{
color: #8D5A4F;
}
.AnyTagClassName
{
color: #8D5A4F;
}
</style>
background-color css
<style>
a { background-color: #8D5A4F; }
a { background-color: rgb(141,90,79); }
div.DivClassName
{
background-color: #8D5A4F;
}
.BgClassName
{
background-color: #8D5A4F;
}
</style>
border-color css
<style>
span { border-color: #8D5A4F; }
span { border-color: rgb(141,90,79); }
td.TdClassName
{
border-color: #8D5A4F;
}
.TagClassName
{
border-color: #8D5A4F;
}
</style>