Shades of Spicy Mix #805E50
Tints of Spicy Mix #805E50
RGB
CMYK
RGB Variations
Color information
#805E50 (or 0x805E50) is known color: Spicy Mix. HEX triplet: 80, 5E and 50. RGB value is (128,94,80). Sum of RGB (Red+Green+Blue) = 128+94+80=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #805E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E50 is #7FA1AF. Grayscale: #666666. Windows color (decimal): -8364464 or 5267072. OLE color: 5267072.
HSL color Cylindrical-coordinate representation of color #805E50: hue angle of 17.5º degrees, saturation: 0.23, 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 #805E50 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 80 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.50 |
| HSL | 17.5º | 0.23% | 0.41% | - |
| HSV(B) | 17.5º | 0.38% | 0.5% | - |
| XYZ | 14.35 | 13.17 | 9.38 | - |
| YUV | 102.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 80 | 0 | 0.27 | 0.38 | 0.50 | 17.5 | 0.23 | 0.41 |
| Hex | 80 | 5E | 50 | 0 | 1B | 26 | 32 | 12 | 17 | 29 |
| Octal | 200 | 136 | 120 | 0 | 33 | 46 | 62 | 22 | 27 | 51 |
| Binary | 10000000 | 1011110 | 1010000 | 0 | 11011 | 100110 | 110010 | 10010 | 10111 | 101001 |
Color Harmonies of #805E50
Complementary color
Monochromatic Colors of #805E50
Black with #805E50
Text Example
Text Example
White with #805E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E50; }
p { color: rgb(128,94,80); }
H1.HeaderClassName
{
color: #805E50;
}
.AnyTagClassName
{
color: #805E50;
}
</style>
background-color css
<style>
a { background-color: #805E50; }
a { background-color: rgb(128,94,80); }
div.DivClassName
{
background-color: #805E50;
}
.BgClassName
{
background-color: #805E50;
}
</style>
border-color css
<style>
span { border-color: #805E50; }
span { border-color: rgb(128,94,80); }
td.TdClassName
{
border-color: #805E50;
}
.TagClassName
{
border-color: #805E50;
}
</style>