Shades of Spicy Mix #815C53
Tints of Spicy Mix #815C53
RGB
CMYK
RGB Variations
Color information
#815C53 (or 0x815C53) is known color: Spicy Mix. HEX triplet: 81, 5C and 53. RGB value is (129,92,83). Sum of RGB (Red+Green+Blue) = 129+92+83=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #815C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C53 is #7EA3AC. Grayscale: #666666. Windows color (decimal): -8299437 or 5463169. OLE color: 5463169.
HSL color Cylindrical-coordinate representation of color #815C53: hue angle of 11.74º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #815C53 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 92 | 83 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.49 |
| HSL | 11.74º | 0.22% | 0.42% | - |
| HSV(B) | 11.74º | 0.36% | 0.51% | - |
| XYZ | 14.44 | 12.95 | 9.92 | - |
| YUV | 102.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 83 | 0 | 0.29 | 0.36 | 0.49 | 11.74 | 0.22 | 0.42 |
| Hex | 81 | 5C | 53 | 0 | 1D | 24 | 31 | C | 16 | 2A |
| Octal | 201 | 134 | 123 | 0 | 35 | 44 | 61 | 14 | 26 | 52 |
| Binary | 10000001 | 1011100 | 1010011 | 0 | 11101 | 100100 | 110001 | 1100 | 10110 | 101010 |
Color Harmonies of #815C53
Complementary color
Monochromatic Colors of #815C53
Black with #815C53
Text Example
Text Example
White with #815C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815C53; }
p { color: rgb(129,92,83); }
H1.HeaderClassName
{
color: #815C53;
}
.AnyTagClassName
{
color: #815C53;
}
</style>
background-color css
<style>
a { background-color: #815C53; }
a { background-color: rgb(129,92,83); }
div.DivClassName
{
background-color: #815C53;
}
.BgClassName
{
background-color: #815C53;
}
</style>
border-color css
<style>
span { border-color: #815C53; }
span { border-color: rgb(129,92,83); }
td.TdClassName
{
border-color: #815C53;
}
.TagClassName
{
border-color: #815C53;
}
</style>