Shades of Hot Curry #7C5221
Tints of Hot Curry #7C5221
RGB
CMYK
RGB Variations
Color information
#7C5221 (or 0x7C5221) is known color: Hot Curry. HEX triplet: 7C, 52 and 21. RGB value is (124,82,33). Sum of RGB (Red+Green+Blue) = 124+82+33=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5221 is #83ADDE. Grayscale: #595959. Windows color (decimal): -8629727 or 2183804. OLE color: 2183804.
HSL color Cylindrical-coordinate representation of color #7C5221: hue angle of 32.31º degrees, saturation: 0.58, 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 #7C5221 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 33 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.51 |
| HSL | 32.31º | 0.58% | 0.31% | - |
| HSV(B) | 32.31º | 0.73% | 0.49% | - |
| XYZ | 11.6 | 10.43 | 2.84 | - |
| YUV | 88.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 33 | 0 | 0.34 | 0.73 | 0.51 | 32.31 | 0.58 | 0.31 |
| Hex | 7C | 52 | 21 | 0 | 22 | 49 | 33 | 20 | 3A | 1F |
| Octal | 174 | 122 | 41 | 0 | 42 | 111 | 63 | 40 | 72 | 37 |
| Binary | 1111100 | 1010010 | 100001 | 0 | 100010 | 1001001 | 110011 | 100000 | 111010 | 11111 |
Color Harmonies of #7C5221
Complementary color
Monochromatic Colors of #7C5221
Black with #7C5221
Text Example
Text Example
White with #7C5221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5221; }
p { color: rgb(124,82,33); }
H1.HeaderClassName
{
color: #7C5221;
}
.AnyTagClassName
{
color: #7C5221;
}
</style>
background-color css
<style>
a { background-color: #7C5221; }
a { background-color: rgb(124,82,33); }
div.DivClassName
{
background-color: #7C5221;
}
.BgClassName
{
background-color: #7C5221;
}
</style>
border-color css
<style>
span { border-color: #7C5221; }
span { border-color: rgb(124,82,33); }
td.TdClassName
{
border-color: #7C5221;
}
.TagClassName
{
border-color: #7C5221;
}
</style>