Shades of Spicy Mix #815A4E
Tints of Spicy Mix #815A4E
RGB
CMYK
RGB Variations
Color information
#815A4E (or 0x815A4E) is known color: Spicy Mix. HEX triplet: 81, 5A and 4E. RGB value is (129,90,78). Sum of RGB (Red+Green+Blue) = 129+90+78=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #815A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A4E is #7EA5B1. Grayscale: #646464. Windows color (decimal): -8299954 or 5134977. OLE color: 5134977.
HSL color Cylindrical-coordinate representation of color #815A4E: hue angle of 14.12º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #815A4E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 78 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.49 |
| HSL | 14.12º | 0.25% | 0.41% | - |
| HSV(B) | 14.12º | 0.4% | 0.51% | - |
| XYZ | 14.08 | 12.53 | 8.88 | - |
| YUV | 100.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 78 | 0 | 0.30 | 0.40 | 0.49 | 14.12 | 0.25 | 0.41 |
| Hex | 81 | 5A | 4E | 0 | 1E | 28 | 31 | E | 19 | 29 |
| Octal | 201 | 132 | 116 | 0 | 36 | 50 | 61 | 16 | 31 | 51 |
| Binary | 10000001 | 1011010 | 1001110 | 0 | 11110 | 101000 | 110001 | 1110 | 11001 | 101001 |
Color Harmonies of #815A4E
Complementary color
Monochromatic Colors of #815A4E
Black with #815A4E
Text Example
Text Example
White with #815A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A4E; }
p { color: rgb(129,90,78); }
H1.HeaderClassName
{
color: #815A4E;
}
.AnyTagClassName
{
color: #815A4E;
}
</style>
background-color css
<style>
a { background-color: #815A4E; }
a { background-color: rgb(129,90,78); }
div.DivClassName
{
background-color: #815A4E;
}
.BgClassName
{
background-color: #815A4E;
}
</style>
border-color css
<style>
span { border-color: #815A4E; }
span { border-color: rgb(129,90,78); }
td.TdClassName
{
border-color: #815A4E;
}
.TagClassName
{
border-color: #815A4E;
}
</style>