Shades of Hot Curry #7C5328
Tints of Hot Curry #7C5328
RGB
CMYK
RGB Variations
Color information
#7C5328 (or 0x7C5328) is known color: Hot Curry. HEX triplet: 7C, 53 and 28. RGB value is (124,83,40). Sum of RGB (Red+Green+Blue) = 124+83+40=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5328 is #83ACD7. Grayscale: #5A5A5A. Windows color (decimal): -8629464 or 2642812. OLE color: 2642812.
HSL color Cylindrical-coordinate representation of color #7C5328: hue angle of 30.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C5328 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 40 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.51 |
| HSL | 30.71º | 0.51% | 0.32% | - |
| HSV(B) | 30.71º | 0.68% | 0.49% | - |
| XYZ | 11.79 | 10.62 | 3.44 | - |
| YUV | 90.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 40 | 0 | 0.33 | 0.68 | 0.51 | 30.71 | 0.51 | 0.32 |
| Hex | 7C | 53 | 28 | 0 | 21 | 44 | 33 | 1F | 33 | 20 |
| Octal | 174 | 123 | 50 | 0 | 41 | 104 | 63 | 37 | 63 | 40 |
| Binary | 1111100 | 1010011 | 101000 | 0 | 100001 | 1000100 | 110011 | 11111 | 110011 | 100000 |
Color Harmonies of #7C5328
Complementary color
Monochromatic Colors of #7C5328
Black with #7C5328
Text Example
Text Example
White with #7C5328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5328; }
p { color: rgb(124,83,40); }
H1.HeaderClassName
{
color: #7C5328;
}
.AnyTagClassName
{
color: #7C5328;
}
</style>
background-color css
<style>
a { background-color: #7C5328; }
a { background-color: rgb(124,83,40); }
div.DivClassName
{
background-color: #7C5328;
}
.BgClassName
{
background-color: #7C5328;
}
</style>
border-color css
<style>
span { border-color: #7C5328; }
span { border-color: rgb(124,83,40); }
td.TdClassName
{
border-color: #7C5328;
}
.TagClassName
{
border-color: #7C5328;
}
</style>