Shades of Hot Curry #7D5E26
Tints of Hot Curry #7D5E26
RGB
CMYK
RGB Variations
Color information
#7D5E26 (or 0x7D5E26) is known color: Hot Curry. HEX triplet: 7D, 5E and 26. RGB value is (125,94,38). Sum of RGB (Red+Green+Blue) = 125+94+38=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5E26 is #82A1D9. Grayscale: #616161. Windows color (decimal): -8561114 or 2514557. OLE color: 2514557.
HSL color Cylindrical-coordinate representation of color #7D5E26: hue angle of 38.62º degrees, saturation: 0.53, 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 #7D5E26 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 94 | 38 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.51 |
| HSL | 38.62º | 0.53% | 0.32% | - |
| HSV(B) | 38.62º | 0.7% | 0.49% | - |
| XYZ | 12.81 | 12.51 | 3.57 | - |
| YUV | 96.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 38 | 0 | 0.25 | 0.70 | 0.51 | 38.62 | 0.53 | 0.32 |
| Hex | 7D | 5E | 26 | 0 | 19 | 46 | 33 | 27 | 35 | 20 |
| Octal | 175 | 136 | 46 | 0 | 31 | 106 | 63 | 47 | 65 | 40 |
| Binary | 1111101 | 1011110 | 100110 | 0 | 11001 | 1000110 | 110011 | 100111 | 110101 | 100000 |
Color Harmonies of #7D5E26
Complementary color
Monochromatic Colors of #7D5E26
Black with #7D5E26
Text Example
Text Example
White with #7D5E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5E26; }
p { color: rgb(125,94,38); }
H1.HeaderClassName
{
color: #7D5E26;
}
.AnyTagClassName
{
color: #7D5E26;
}
</style>
background-color css
<style>
a { background-color: #7D5E26; }
a { background-color: rgb(125,94,38); }
div.DivClassName
{
background-color: #7D5E26;
}
.BgClassName
{
background-color: #7D5E26;
}
</style>
border-color css
<style>
span { border-color: #7D5E26; }
span { border-color: rgb(125,94,38); }
td.TdClassName
{
border-color: #7D5E26;
}
.TagClassName
{
border-color: #7D5E26;
}
</style>