Shades of Hot Curry #7C6025
Tints of Hot Curry #7C6025
RGB
CMYK
RGB Variations
Color information
#7C6025 (or 0x7C6025) is known color: Hot Curry. HEX triplet: 7C, 60 and 25. RGB value is (124,96,37). Sum of RGB (Red+Green+Blue) = 124+96+37=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6025 is #839FDA. Grayscale: #616161. Windows color (decimal): -8626139 or 2449532. OLE color: 2449532.
HSL color Cylindrical-coordinate representation of color #7C6025: hue angle of 40.69º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C6025 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 37 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.51 |
| HSL | 40.69º | 0.54% | 0.32% | - |
| HSV(B) | 40.69º | 0.7% | 0.49% | - |
| XYZ | 12.83 | 12.78 | 3.54 | - |
| YUV | 97.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 37 | 0 | 0.23 | 0.70 | 0.51 | 40.69 | 0.54 | 0.32 |
| Hex | 7C | 60 | 25 | 0 | 17 | 46 | 33 | 29 | 36 | 20 |
| Octal | 174 | 140 | 45 | 0 | 27 | 106 | 63 | 51 | 66 | 40 |
| Binary | 1111100 | 1100000 | 100101 | 0 | 10111 | 1000110 | 110011 | 101001 | 110110 | 100000 |
Color Harmonies of #7C6025
Complementary color
Monochromatic Colors of #7C6025
Black with #7C6025
Text Example
Text Example
White with #7C6025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6025; }
p { color: rgb(124,96,37); }
H1.HeaderClassName
{
color: #7C6025;
}
.AnyTagClassName
{
color: #7C6025;
}
</style>
background-color css
<style>
a { background-color: #7C6025; }
a { background-color: rgb(124,96,37); }
div.DivClassName
{
background-color: #7C6025;
}
.BgClassName
{
background-color: #7C6025;
}
</style>
border-color css
<style>
span { border-color: #7C6025; }
span { border-color: rgb(124,96,37); }
td.TdClassName
{
border-color: #7C6025;
}
.TagClassName
{
border-color: #7C6025;
}
</style>