Shades of Hot Curry #7D5E25
Tints of Hot Curry #7D5E25
RGB
CMYK
RGB Variations
Color information
#7D5E25 (or 0x7D5E25) is known color: Hot Curry. HEX triplet: 7D, 5E and 25. RGB value is (125,94,37). Sum of RGB (Red+Green+Blue) = 125+94+37=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5E25 is #82A1DA. Grayscale: #616161. Windows color (decimal): -8561115 or 2449021. OLE color: 2449021.
HSL color Cylindrical-coordinate representation of color #7D5E25: hue angle of 38.86º 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 #7D5E25 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 94 | 37 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.51 |
| HSL | 38.86º | 0.54% | 0.32% | - |
| HSV(B) | 38.86º | 0.7% | 0.49% | - |
| XYZ | 12.79 | 12.5 | 3.49 | - |
| YUV | 96.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 37 | 0 | 0.25 | 0.70 | 0.51 | 38.86 | 0.54 | 0.32 |
| Hex | 7D | 5E | 25 | 0 | 19 | 46 | 33 | 27 | 36 | 20 |
| Octal | 175 | 136 | 45 | 0 | 31 | 106 | 63 | 47 | 66 | 40 |
| Binary | 1111101 | 1011110 | 100101 | 0 | 11001 | 1000110 | 110011 | 100111 | 110110 | 100000 |
Color Harmonies of #7D5E25
Complementary color
Monochromatic Colors of #7D5E25
Black with #7D5E25
Text Example
Text Example
White with #7D5E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5E25; }
p { color: rgb(125,94,37); }
H1.HeaderClassName
{
color: #7D5E25;
}
.AnyTagClassName
{
color: #7D5E25;
}
</style>
background-color css
<style>
a { background-color: #7D5E25; }
a { background-color: rgb(125,94,37); }
div.DivClassName
{
background-color: #7D5E25;
}
.BgClassName
{
background-color: #7D5E25;
}
</style>
border-color css
<style>
span { border-color: #7D5E25; }
span { border-color: rgb(125,94,37); }
td.TdClassName
{
border-color: #7D5E25;
}
.TagClassName
{
border-color: #7D5E25;
}
</style>