Shades of Spicy Mix #8F5845
Tints of Spicy Mix #8F5845
RGB
CMYK
RGB Variations
Color information
#8F5845 (or 0x8F5845) is known color: Spicy Mix. HEX triplet: 8F, 58 and 45. RGB value is (143,88,69). Sum of RGB (Red+Green+Blue) = 143+88+69=300 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5845 is #70A7BA. Grayscale: #666666. Windows color (decimal): -7382971 or 4544655. OLE color: 4544655.
HSL color Cylindrical-coordinate representation of color #8F5845: hue angle of 15.41º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F5845 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 69 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.44 |
| HSL | 15.41º | 0.35% | 0.42% | - |
| HSV(B) | 15.41º | 0.52% | 0.56% | - |
| XYZ | 15.89 | 13.25 | 7.35 | - |
| YUV | 102.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 69 | 0 | 0.38 | 0.52 | 0.44 | 15.41 | 0.35 | 0.42 |
| Hex | 8F | 58 | 45 | 0 | 26 | 34 | 2C | F | 23 | 2A |
| Octal | 217 | 130 | 105 | 0 | 46 | 64 | 54 | 17 | 43 | 52 |
| Binary | 10001111 | 1011000 | 1000101 | 0 | 100110 | 110100 | 101100 | 1111 | 100011 | 101010 |
Color Harmonies of #8F5845
Complementary color
Monochromatic Colors of #8F5845
Black with #8F5845
Text Example
Text Example
White with #8F5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5845; }
p { color: rgb(143,88,69); }
H1.HeaderClassName
{
color: #8F5845;
}
.AnyTagClassName
{
color: #8F5845;
}
</style>
background-color css
<style>
a { background-color: #8F5845; }
a { background-color: rgb(143,88,69); }
div.DivClassName
{
background-color: #8F5845;
}
.BgClassName
{
background-color: #8F5845;
}
</style>
border-color css
<style>
span { border-color: #8F5845; }
span { border-color: rgb(143,88,69); }
td.TdClassName
{
border-color: #8F5845;
}
.TagClassName
{
border-color: #8F5845;
}
</style>