Shades of Spicy Mix #8D6452
Tints of Spicy Mix #8D6452
RGB
CMYK
RGB Variations
Color information
#8D6452 (or 0x8D6452) is known color: Spicy Mix. HEX triplet: 8D, 64 and 52. RGB value is (141,100,82). Sum of RGB (Red+Green+Blue) = 141+100+82=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6452 is #729BAD. Grayscale: #6E6E6E. Windows color (decimal): -7510958 or 5399693. OLE color: 5399693.
HSL color Cylindrical-coordinate representation of color #8D6452: hue angle of 18.31º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D6452 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 82 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.45 |
| HSL | 18.31º | 0.26% | 0.44% | - |
| HSV(B) | 18.31º | 0.42% | 0.55% | - |
| XYZ | 17.06 | 15.39 | 10.05 | - |
| YUV | 110.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 82 | 0 | 0.29 | 0.42 | 0.45 | 18.31 | 0.26 | 0.44 |
| Hex | 8D | 64 | 52 | 0 | 1D | 2A | 2D | 12 | 1A | 2C |
| Octal | 215 | 144 | 122 | 0 | 35 | 52 | 55 | 22 | 32 | 54 |
| Binary | 10001101 | 1100100 | 1010010 | 0 | 11101 | 101010 | 101101 | 10010 | 11010 | 101100 |
Color Harmonies of #8D6452
Complementary color
Monochromatic Colors of #8D6452
Black with #8D6452
Text Example
Text Example
White with #8D6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6452; }
p { color: rgb(141,100,82); }
H1.HeaderClassName
{
color: #8D6452;
}
.AnyTagClassName
{
color: #8D6452;
}
</style>
background-color css
<style>
a { background-color: #8D6452; }
a { background-color: rgb(141,100,82); }
div.DivClassName
{
background-color: #8D6452;
}
.BgClassName
{
background-color: #8D6452;
}
</style>
border-color css
<style>
span { border-color: #8D6452; }
span { border-color: rgb(141,100,82); }
td.TdClassName
{
border-color: #8D6452;
}
.TagClassName
{
border-color: #8D6452;
}
</style>