Shades of Spicy Mix #805B52
Tints of Spicy Mix #805B52
RGB
CMYK
RGB Variations
Color information
#805B52 (or 0x805B52) is known color: Spicy Mix. HEX triplet: 80, 5B and 52. RGB value is (128,91,82). Sum of RGB (Red+Green+Blue) = 128+91+82=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #805B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805B52 is #7FA4AD. Grayscale: #656565. Windows color (decimal): -8365230 or 5397376. OLE color: 5397376.
HSL color Cylindrical-coordinate representation of color #805B52: hue angle of 11.74º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805B52 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 91 | 82 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.50 |
| HSL | 11.74º | 0.22% | 0.41% | - |
| HSV(B) | 11.74º | 0.36% | 0.5% | - |
| XYZ | 14.17 | 12.68 | 9.68 | - |
| YUV | 101.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 82 | 0 | 0.29 | 0.36 | 0.50 | 11.74 | 0.22 | 0.41 |
| Hex | 80 | 5B | 52 | 0 | 1D | 24 | 32 | C | 16 | 29 |
| Octal | 200 | 133 | 122 | 0 | 35 | 44 | 62 | 14 | 26 | 51 |
| Binary | 10000000 | 1011011 | 1010010 | 0 | 11101 | 100100 | 110010 | 1100 | 10110 | 101001 |
Color Harmonies of #805B52
Complementary color
Monochromatic Colors of #805B52
Black with #805B52
Text Example
Text Example
White with #805B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B52; }
p { color: rgb(128,91,82); }
H1.HeaderClassName
{
color: #805B52;
}
.AnyTagClassName
{
color: #805B52;
}
</style>
background-color css
<style>
a { background-color: #805B52; }
a { background-color: rgb(128,91,82); }
div.DivClassName
{
background-color: #805B52;
}
.BgClassName
{
background-color: #805B52;
}
</style>
border-color css
<style>
span { border-color: #805B52; }
span { border-color: rgb(128,91,82); }
td.TdClassName
{
border-color: #805B52;
}
.TagClassName
{
border-color: #805B52;
}
</style>