Shades of Hot Curry #7E5724
Tints of Hot Curry #7E5724
RGB
CMYK
RGB Variations
Color information
#7E5724 (or 0x7E5724) is known color: Hot Curry. HEX triplet: 7E, 57 and 24. RGB value is (126,87,36). Sum of RGB (Red+Green+Blue) = 126+87+36=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5724 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5724 is #81A8DB. Grayscale: #5D5D5D. Windows color (decimal): -8497372 or 2381694. OLE color: 2381694.
HSL color Cylindrical-coordinate representation of color #7E5724: hue angle of 34º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E5724 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 87 | 36 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.51 |
| HSL | 34º | 0.56% | 0.32% | - |
| HSV(B) | 34º | 0.71% | 0.49% | - |
| XYZ | 12.33 | 11.38 | 3.22 | - |
| YUV | 92.85 | 95.92 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 87 | 36 | 0 | 0.31 | 0.71 | 0.51 | 34 | 0.56 | 0.32 |
| Hex | 7E | 57 | 24 | 0 | 1F | 47 | 33 | 22 | 38 | 20 |
| Octal | 176 | 127 | 44 | 0 | 37 | 107 | 63 | 42 | 70 | 40 |
| Binary | 1111110 | 1010111 | 100100 | 0 | 11111 | 1000111 | 110011 | 100010 | 111000 | 100000 |
Color Harmonies of #7E5724
Complementary color
Monochromatic Colors of #7E5724
Black with #7E5724
Text Example
Text Example
White with #7E5724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5724; }
p { color: rgb(126,87,36); }
H1.HeaderClassName
{
color: #7E5724;
}
.AnyTagClassName
{
color: #7E5724;
}
</style>
background-color css
<style>
a { background-color: #7E5724; }
a { background-color: rgb(126,87,36); }
div.DivClassName
{
background-color: #7E5724;
}
.BgClassName
{
background-color: #7E5724;
}
</style>
border-color css
<style>
span { border-color: #7E5724; }
span { border-color: rgb(126,87,36); }
td.TdClassName
{
border-color: #7E5724;
}
.TagClassName
{
border-color: #7E5724;
}
</style>