Shades of Hot Curry #7A5624
Tints of Hot Curry #7A5624
RGB
CMYK
RGB Variations
Color information
#7A5624 (or 0x7A5624) is known color: Hot Curry. HEX triplet: 7A, 56 and 24. RGB value is (122,86,36). Sum of RGB (Red+Green+Blue) = 122+86+36=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5624 is #85A9DB. Grayscale: #5B5B5B. Windows color (decimal): -8759772 or 2381434. OLE color: 2381434.
HSL color Cylindrical-coordinate representation of color #7A5624: hue angle of 34.88º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A5624 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 36 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.52 |
| HSL | 34.88º | 0.54% | 0.31% | - |
| HSV(B) | 34.88º | 0.7% | 0.48% | - |
| XYZ | 11.67 | 10.92 | 3.16 | - |
| YUV | 91.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 36 | 0 | 0.30 | 0.70 | 0.52 | 34.88 | 0.54 | 0.31 |
| Hex | 7A | 56 | 24 | 0 | 1E | 46 | 34 | 23 | 36 | 1F |
| Octal | 172 | 126 | 44 | 0 | 36 | 106 | 64 | 43 | 66 | 37 |
| Binary | 1111010 | 1010110 | 100100 | 0 | 11110 | 1000110 | 110100 | 100011 | 110110 | 11111 |
Color Harmonies of #7A5624
Complementary color
Monochromatic Colors of #7A5624
Black with #7A5624
Text Example
Text Example
White with #7A5624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5624; }
p { color: rgb(122,86,36); }
H1.HeaderClassName
{
color: #7A5624;
}
.AnyTagClassName
{
color: #7A5624;
}
</style>
background-color css
<style>
a { background-color: #7A5624; }
a { background-color: rgb(122,86,36); }
div.DivClassName
{
background-color: #7A5624;
}
.BgClassName
{
background-color: #7A5624;
}
</style>
border-color css
<style>
span { border-color: #7A5624; }
span { border-color: rgb(122,86,36); }
td.TdClassName
{
border-color: #7A5624;
}
.TagClassName
{
border-color: #7A5624;
}
</style>