Shades of Spicy Mix #805949
Tints of Spicy Mix #805949
RGB
CMYK
RGB Variations
Color information
#805949 (or 0x805949) is known color: Spicy Mix. HEX triplet: 80, 59 and 49. RGB value is (128,89,73). Sum of RGB (Red+Green+Blue) = 128+89+73=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #805949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805949 is #7FA6B6. Grayscale: #626262. Windows color (decimal): -8365751 or 4807040. OLE color: 4807040.
HSL color Cylindrical-coordinate representation of color #805949: hue angle of 17.45º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805949 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 73 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.50 |
| HSL | 17.45º | 0.27% | 0.39% | - |
| HSV(B) | 17.45º | 0.43% | 0.5% | - |
| XYZ | 13.68 | 12.21 | 7.94 | - |
| YUV | 98.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 73 | 0 | 0.30 | 0.43 | 0.50 | 17.45 | 0.27 | 0.39 |
| Hex | 80 | 59 | 49 | 0 | 1E | 2B | 32 | 11 | 1B | 27 |
| Octal | 200 | 131 | 111 | 0 | 36 | 53 | 62 | 21 | 33 | 47 |
| Binary | 10000000 | 1011001 | 1001001 | 0 | 11110 | 101011 | 110010 | 10001 | 11011 | 100111 |
Color Harmonies of #805949
Complementary color
Monochromatic Colors of #805949
Black with #805949
Text Example
Text Example
White with #805949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805949; }
p { color: rgb(128,89,73); }
H1.HeaderClassName
{
color: #805949;
}
.AnyTagClassName
{
color: #805949;
}
</style>
background-color css
<style>
a { background-color: #805949; }
a { background-color: rgb(128,89,73); }
div.DivClassName
{
background-color: #805949;
}
.BgClassName
{
background-color: #805949;
}
</style>
border-color css
<style>
span { border-color: #805949; }
span { border-color: rgb(128,89,73); }
td.TdClassName
{
border-color: #805949;
}
.TagClassName
{
border-color: #805949;
}
</style>