Shades of Hot Curry #7C5E28
Tints of Hot Curry #7C5E28
RGB
CMYK
RGB Variations
Color information
#7C5E28 (or 0x7C5E28) is known color: Hot Curry. HEX triplet: 7C, 5E and 28. RGB value is (124,94,40). Sum of RGB (Red+Green+Blue) = 124+94+40=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E28 is #83A1D7. Grayscale: #616161. Windows color (decimal): -8626648 or 2645628. OLE color: 2645628.
HSL color Cylindrical-coordinate representation of color #7C5E28: hue angle of 38.57º 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 #7C5E28 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 40 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.51 |
| HSL | 38.57º | 0.51% | 0.32% | - |
| HSV(B) | 38.57º | 0.68% | 0.49% | - |
| XYZ | 12.7 | 12.44 | 3.74 | - |
| YUV | 96.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 40 | 0 | 0.24 | 0.68 | 0.51 | 38.57 | 0.51 | 0.32 |
| Hex | 7C | 5E | 28 | 0 | 18 | 44 | 33 | 27 | 33 | 20 |
| Octal | 174 | 136 | 50 | 0 | 30 | 104 | 63 | 47 | 63 | 40 |
| Binary | 1111100 | 1011110 | 101000 | 0 | 11000 | 1000100 | 110011 | 100111 | 110011 | 100000 |
Color Harmonies of #7C5E28
Complementary color
Monochromatic Colors of #7C5E28
Black with #7C5E28
Text Example
Text Example
White with #7C5E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E28; }
p { color: rgb(124,94,40); }
H1.HeaderClassName
{
color: #7C5E28;
}
.AnyTagClassName
{
color: #7C5E28;
}
</style>
background-color css
<style>
a { background-color: #7C5E28; }
a { background-color: rgb(124,94,40); }
div.DivClassName
{
background-color: #7C5E28;
}
.BgClassName
{
background-color: #7C5E28;
}
</style>
border-color css
<style>
span { border-color: #7C5E28; }
span { border-color: rgb(124,94,40); }
td.TdClassName
{
border-color: #7C5E28;
}
.TagClassName
{
border-color: #7C5E28;
}
</style>