Shades of Hot Curry #7C5930
Tints of Hot Curry #7C5930
RGB
CMYK
RGB Variations
Color information
#7C5930 (or 0x7C5930) is known color: Hot Curry. HEX triplet: 7C, 59 and 30. RGB value is (124,89,48). Sum of RGB (Red+Green+Blue) = 124+89+48=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5930 is #83A6CF. Grayscale: #5E5E5E. Windows color (decimal): -8627920 or 3168636. OLE color: 3168636.
HSL color Cylindrical-coordinate representation of color #7C5930: hue angle of 32.37º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C5930 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 48 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.51 |
| HSL | 32.37º | 0.44% | 0.34% | - |
| HSV(B) | 32.37º | 0.61% | 0.49% | - |
| XYZ | 12.42 | 11.64 | 4.39 | - |
| YUV | 94.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 48 | 0 | 0.28 | 0.61 | 0.51 | 32.37 | 0.44 | 0.34 |
| Hex | 7C | 59 | 30 | 0 | 1C | 3D | 33 | 20 | 2C | 22 |
| Octal | 174 | 131 | 60 | 0 | 34 | 75 | 63 | 40 | 54 | 42 |
| Binary | 1111100 | 1011001 | 110000 | 0 | 11100 | 111101 | 110011 | 100000 | 101100 | 100010 |
Color Harmonies of #7C5930
Complementary color
Monochromatic Colors of #7C5930
Black with #7C5930
Text Example
Text Example
White with #7C5930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5930; }
p { color: rgb(124,89,48); }
H1.HeaderClassName
{
color: #7C5930;
}
.AnyTagClassName
{
color: #7C5930;
}
</style>
background-color css
<style>
a { background-color: #7C5930; }
a { background-color: rgb(124,89,48); }
div.DivClassName
{
background-color: #7C5930;
}
.BgClassName
{
background-color: #7C5930;
}
</style>
border-color css
<style>
span { border-color: #7C5930; }
span { border-color: rgb(124,89,48); }
td.TdClassName
{
border-color: #7C5930;
}
.TagClassName
{
border-color: #7C5930;
}
</style>