Shades of Spicy Mix #825A50
Tints of Spicy Mix #825A50
RGB
CMYK
RGB Variations
Color information
#825A50 (or 0x825A50) is known color: Spicy Mix. HEX triplet: 82, 5A and 50. RGB value is (130,90,80). Sum of RGB (Red+Green+Blue) = 130+90+80=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A50 is #7DA5AF. Grayscale: #646464. Windows color (decimal): -8234416 or 5266050. OLE color: 5266050.
HSL color Cylindrical-coordinate representation of color #825A50: hue angle of 12º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825A50 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 80 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.49 |
| HSL | 12º | 0.24% | 0.41% | - |
| HSV(B) | 12º | 0.38% | 0.51% | - |
| XYZ | 14.31 | 12.64 | 9.27 | - |
| YUV | 100.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 80 | 0 | 0.31 | 0.38 | 0.49 | 12 | 0.24 | 0.41 |
| Hex | 82 | 5A | 50 | 0 | 1F | 26 | 31 | C | 18 | 29 |
| Octal | 202 | 132 | 120 | 0 | 37 | 46 | 61 | 14 | 30 | 51 |
| Binary | 10000010 | 1011010 | 1010000 | 0 | 11111 | 100110 | 110001 | 1100 | 11000 | 101001 |
Color Harmonies of #825A50
Complementary color
Monochromatic Colors of #825A50
Black with #825A50
Text Example
Text Example
White with #825A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A50; }
p { color: rgb(130,90,80); }
H1.HeaderClassName
{
color: #825A50;
}
.AnyTagClassName
{
color: #825A50;
}
</style>
background-color css
<style>
a { background-color: #825A50; }
a { background-color: rgb(130,90,80); }
div.DivClassName
{
background-color: #825A50;
}
.BgClassName
{
background-color: #825A50;
}
</style>
border-color css
<style>
span { border-color: #825A50; }
span { border-color: rgb(130,90,80); }
td.TdClassName
{
border-color: #825A50;
}
.TagClassName
{
border-color: #825A50;
}
</style>