Shades of Spicy Mix #805E51
Tints of Spicy Mix #805E51
RGB
CMYK
RGB Variations
Color information
#805E51 (or 0x805E51) is known color: Spicy Mix. HEX triplet: 80, 5E and 51. RGB value is (128,94,81). Sum of RGB (Red+Green+Blue) = 128+94+81=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #805E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E51 is #7FA1AE. Grayscale: #666666. Windows color (decimal): -8364463 or 5332608. OLE color: 5332608.
HSL color Cylindrical-coordinate representation of color #805E51: hue angle of 16.6º 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 #805E51 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 81 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.50 |
| HSL | 16.6º | 0.22% | 0.41% | - |
| HSV(B) | 16.6º | 0.37% | 0.5% | - |
| XYZ | 14.39 | 13.19 | 9.57 | - |
| YUV | 102.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 81 | 0 | 0.27 | 0.37 | 0.50 | 16.6 | 0.22 | 0.41 |
| Hex | 80 | 5E | 51 | 0 | 1B | 25 | 32 | 11 | 16 | 29 |
| Octal | 200 | 136 | 121 | 0 | 33 | 45 | 62 | 21 | 26 | 51 |
| Binary | 10000000 | 1011110 | 1010001 | 0 | 11011 | 100101 | 110010 | 10001 | 10110 | 101001 |
Color Harmonies of #805E51
Complementary color
Monochromatic Colors of #805E51
Black with #805E51
Text Example
Text Example
White with #805E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E51; }
p { color: rgb(128,94,81); }
H1.HeaderClassName
{
color: #805E51;
}
.AnyTagClassName
{
color: #805E51;
}
</style>
background-color css
<style>
a { background-color: #805E51; }
a { background-color: rgb(128,94,81); }
div.DivClassName
{
background-color: #805E51;
}
.BgClassName
{
background-color: #805E51;
}
</style>
border-color css
<style>
span { border-color: #805E51; }
span { border-color: rgb(128,94,81); }
td.TdClassName
{
border-color: #805E51;
}
.TagClassName
{
border-color: #805E51;
}
</style>