Shades of Spicy Mix #805951
Tints of Spicy Mix #805951
RGB
CMYK
RGB Variations
Color information
#805951 (or 0x805951) is known color: Spicy Mix. HEX triplet: 80, 59 and 51. RGB value is (128,89,81). Sum of RGB (Red+Green+Blue) = 128+89+81=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #805951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805951 is #7FA6AE. Grayscale: #636363. Windows color (decimal): -8365743 or 5331328. OLE color: 5331328.
HSL color Cylindrical-coordinate representation of color #805951: hue angle of 10.21º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805951 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 81 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.50 |
| HSL | 10.21º | 0.22% | 0.41% | - |
| HSV(B) | 10.21º | 0.37% | 0.5% | - |
| XYZ | 13.96 | 12.33 | 9.43 | - |
| YUV | 99.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 81 | 0 | 0.30 | 0.37 | 0.50 | 10.21 | 0.22 | 0.41 |
| Hex | 80 | 59 | 51 | 0 | 1E | 25 | 32 | A | 16 | 29 |
| Octal | 200 | 131 | 121 | 0 | 36 | 45 | 62 | 12 | 26 | 51 |
| Binary | 10000000 | 1011001 | 1010001 | 0 | 11110 | 100101 | 110010 | 1010 | 10110 | 101001 |
Color Harmonies of #805951
Complementary color
Monochromatic Colors of #805951
Black with #805951
Text Example
Text Example
White with #805951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805951; }
p { color: rgb(128,89,81); }
H1.HeaderClassName
{
color: #805951;
}
.AnyTagClassName
{
color: #805951;
}
</style>
background-color css
<style>
a { background-color: #805951; }
a { background-color: rgb(128,89,81); }
div.DivClassName
{
background-color: #805951;
}
.BgClassName
{
background-color: #805951;
}
</style>
border-color css
<style>
span { border-color: #805951; }
span { border-color: rgb(128,89,81); }
td.TdClassName
{
border-color: #805951;
}
.TagClassName
{
border-color: #805951;
}
</style>