Shades of Spicy Mix #805F4F
Tints of Spicy Mix #805F4F
RGB
CMYK
RGB Variations
Color information
#805F4F (or 0x805F4F) is known color: Spicy Mix. HEX triplet: 80, 5F and 4F. RGB value is (128,95,79). Sum of RGB (Red+Green+Blue) = 128+95+79=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #805F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805F4F is #7FA0B0. Grayscale: #676767. Windows color (decimal): -8364209 or 5201792. OLE color: 5201792.
HSL color Cylindrical-coordinate representation of color #805F4F: hue angle of 19.59º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805F4F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 79 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.50 |
| HSL | 19.59º | 0.24% | 0.41% | - |
| HSV(B) | 19.59º | 0.38% | 0.5% | - |
| XYZ | 14.41 | 13.34 | 9.21 | - |
| YUV | 103.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 79 | 0 | 0.26 | 0.38 | 0.50 | 19.59 | 0.24 | 0.41 |
| Hex | 80 | 5F | 4F | 0 | 1A | 26 | 32 | 14 | 18 | 29 |
| Octal | 200 | 137 | 117 | 0 | 32 | 46 | 62 | 24 | 30 | 51 |
| Binary | 10000000 | 1011111 | 1001111 | 0 | 11010 | 100110 | 110010 | 10100 | 11000 | 101001 |
Color Harmonies of #805F4F
Complementary color
Monochromatic Colors of #805F4F
Black with #805F4F
Text Example
Text Example
White with #805F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F4F; }
p { color: rgb(128,95,79); }
H1.HeaderClassName
{
color: #805F4F;
}
.AnyTagClassName
{
color: #805F4F;
}
</style>
background-color css
<style>
a { background-color: #805F4F; }
a { background-color: rgb(128,95,79); }
div.DivClassName
{
background-color: #805F4F;
}
.BgClassName
{
background-color: #805F4F;
}
</style>
border-color css
<style>
span { border-color: #805F4F; }
span { border-color: rgb(128,95,79); }
td.TdClassName
{
border-color: #805F4F;
}
.TagClassName
{
border-color: #805F4F;
}
</style>