Shades of Hot Curry #7C5322
Tints of Hot Curry #7C5322
RGB
CMYK
RGB Variations
Color information
#7C5322 (or 0x7C5322) is known color: Hot Curry. HEX triplet: 7C, 53 and 22. RGB value is (124,83,34). Sum of RGB (Red+Green+Blue) = 124+83+34=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5322 is #83ACDD. Grayscale: #595959. Windows color (decimal): -8629470 or 2249596. OLE color: 2249596.
HSL color Cylindrical-coordinate representation of color #7C5322: hue angle of 32.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C5322 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 34 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.51 |
| HSL | 32.67º | 0.57% | 0.31% | - |
| HSV(B) | 32.67º | 0.73% | 0.49% | - |
| XYZ | 11.69 | 10.59 | 2.94 | - |
| YUV | 89.67 | 96.58 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 34 | 0 | 0.33 | 0.73 | 0.51 | 32.67 | 0.57 | 0.31 |
| Hex | 7C | 53 | 22 | 0 | 21 | 49 | 33 | 21 | 39 | 1F |
| Octal | 174 | 123 | 42 | 0 | 41 | 111 | 63 | 41 | 71 | 37 |
| Binary | 1111100 | 1010011 | 100010 | 0 | 100001 | 1001001 | 110011 | 100001 | 111001 | 11111 |
Color Harmonies of #7C5322
Complementary color
Monochromatic Colors of #7C5322
Black with #7C5322
Text Example
Text Example
White with #7C5322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5322; }
p { color: rgb(124,83,34); }
H1.HeaderClassName
{
color: #7C5322;
}
.AnyTagClassName
{
color: #7C5322;
}
</style>
background-color css
<style>
a { background-color: #7C5322; }
a { background-color: rgb(124,83,34); }
div.DivClassName
{
background-color: #7C5322;
}
.BgClassName
{
background-color: #7C5322;
}
</style>
border-color css
<style>
span { border-color: #7C5322; }
span { border-color: rgb(124,83,34); }
td.TdClassName
{
border-color: #7C5322;
}
.TagClassName
{
border-color: #7C5322;
}
</style>