Shades of Hot Curry #7C5426
Tints of Hot Curry #7C5426
RGB
CMYK
RGB Variations
Color information
#7C5426 (or 0x7C5426) is known color: Hot Curry. HEX triplet: 7C, 54 and 26. RGB value is (124,84,38). Sum of RGB (Red+Green+Blue) = 124+84+38=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5426 is #83ABD9. Grayscale: #5A5A5A. Windows color (decimal): -8629210 or 2511996. OLE color: 2511996.
HSL color Cylindrical-coordinate representation of color #7C5426: hue angle of 32.09º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C5426 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 38 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.51 |
| HSL | 32.09º | 0.53% | 0.32% | - |
| HSV(B) | 32.09º | 0.69% | 0.49% | - |
| XYZ | 11.83 | 10.77 | 3.29 | - |
| YUV | 90.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 38 | 0 | 0.32 | 0.69 | 0.51 | 32.09 | 0.53 | 0.32 |
| Hex | 7C | 54 | 26 | 0 | 20 | 45 | 33 | 20 | 35 | 20 |
| Octal | 174 | 124 | 46 | 0 | 40 | 105 | 63 | 40 | 65 | 40 |
| Binary | 1111100 | 1010100 | 100110 | 0 | 100000 | 1000101 | 110011 | 100000 | 110101 | 100000 |
Color Harmonies of #7C5426
Complementary color
Monochromatic Colors of #7C5426
Black with #7C5426
Text Example
Text Example
White with #7C5426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5426; }
p { color: rgb(124,84,38); }
H1.HeaderClassName
{
color: #7C5426;
}
.AnyTagClassName
{
color: #7C5426;
}
</style>
background-color css
<style>
a { background-color: #7C5426; }
a { background-color: rgb(124,84,38); }
div.DivClassName
{
background-color: #7C5426;
}
.BgClassName
{
background-color: #7C5426;
}
</style>
border-color css
<style>
span { border-color: #7C5426; }
span { border-color: rgb(124,84,38); }
td.TdClassName
{
border-color: #7C5426;
}
.TagClassName
{
border-color: #7C5426;
}
</style>