Shades of Spicy Mix #8F5E4F
Tints of Spicy Mix #8F5E4F
RGB
CMYK
RGB Variations
Color information
#8F5E4F (or 0x8F5E4F) is known color: Spicy Mix. HEX triplet: 8F, 5E and 4F. RGB value is (143,94,79). Sum of RGB (Red+Green+Blue) = 143+94+79=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5E4F is #70A1B0. Grayscale: #6B6B6B. Windows color (decimal): -7381425 or 5201551. OLE color: 5201551.
HSL color Cylindrical-coordinate representation of color #8F5E4F: hue angle of 14.06º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F5E4F is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 79 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.44 |
| HSL | 14.06º | 0.29% | 0.44% | - |
| HSV(B) | 14.06º | 0.45% | 0.56% | - |
| XYZ | 16.74 | 14.41 | 9.3 | - |
| YUV | 106.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 79 | 0 | 0.34 | 0.45 | 0.44 | 14.06 | 0.29 | 0.44 |
| Hex | 8F | 5E | 4F | 0 | 22 | 2D | 2C | E | 1D | 2C |
| Octal | 217 | 136 | 117 | 0 | 42 | 55 | 54 | 16 | 35 | 54 |
| Binary | 10001111 | 1011110 | 1001111 | 0 | 100010 | 101101 | 101100 | 1110 | 11101 | 101100 |
Color Harmonies of #8F5E4F
Complementary color
Monochromatic Colors of #8F5E4F
Black with #8F5E4F
Text Example
Text Example
White with #8F5E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E4F; }
p { color: rgb(143,94,79); }
H1.HeaderClassName
{
color: #8F5E4F;
}
.AnyTagClassName
{
color: #8F5E4F;
}
</style>
background-color css
<style>
a { background-color: #8F5E4F; }
a { background-color: rgb(143,94,79); }
div.DivClassName
{
background-color: #8F5E4F;
}
.BgClassName
{
background-color: #8F5E4F;
}
</style>
border-color css
<style>
span { border-color: #8F5E4F; }
span { border-color: rgb(143,94,79); }
td.TdClassName
{
border-color: #8F5E4F;
}
.TagClassName
{
border-color: #8F5E4F;
}
</style>