Shades of Spicy Mix #815A4D
Tints of Spicy Mix #815A4D
RGB
CMYK
RGB Variations
Color information
#815A4D (or 0x815A4D) is known color: Spicy Mix. HEX triplet: 81, 5A and 4D. RGB value is (129,90,77). Sum of RGB (Red+Green+Blue) = 129+90+77=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #815A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A4D is #7EA5B2. Grayscale: #646464. Windows color (decimal): -8299955 or 5069441. OLE color: 5069441.
HSL color Cylindrical-coordinate representation of color #815A4D: hue angle of 15º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #815A4D is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 77 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.49 |
| HSL | 15º | 0.25% | 0.4% | - |
| HSV(B) | 15º | 0.4% | 0.51% | - |
| XYZ | 14.05 | 12.52 | 8.7 | - |
| YUV | 100.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 77 | 0 | 0.30 | 0.40 | 0.49 | 15 | 0.25 | 0.4 |
| Hex | 81 | 5A | 4D | 0 | 1E | 28 | 31 | F | 19 | 28 |
| Octal | 201 | 132 | 115 | 0 | 36 | 50 | 61 | 17 | 31 | 50 |
| Binary | 10000001 | 1011010 | 1001101 | 0 | 11110 | 101000 | 110001 | 1111 | 11001 | 101000 |
Color Harmonies of #815A4D
Complementary color
Monochromatic Colors of #815A4D
Black with #815A4D
Text Example
Text Example
White with #815A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A4D; }
p { color: rgb(129,90,77); }
H1.HeaderClassName
{
color: #815A4D;
}
.AnyTagClassName
{
color: #815A4D;
}
</style>
background-color css
<style>
a { background-color: #815A4D; }
a { background-color: rgb(129,90,77); }
div.DivClassName
{
background-color: #815A4D;
}
.BgClassName
{
background-color: #815A4D;
}
</style>
border-color css
<style>
span { border-color: #815A4D; }
span { border-color: rgb(129,90,77); }
td.TdClassName
{
border-color: #815A4D;
}
.TagClassName
{
border-color: #815A4D;
}
</style>