Shades of Hot Curry #7D5226
Tints of Hot Curry #7D5226
RGB
CMYK
RGB Variations
Color information
#7D5226 (or 0x7D5226) is known color: Hot Curry. HEX triplet: 7D, 52 and 26. RGB value is (125,82,38). Sum of RGB (Red+Green+Blue) = 125+82+38=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5226 is #82ADD9. Grayscale: #5A5A5A. Windows color (decimal): -8564186 or 2511485. OLE color: 2511485.
HSL color Cylindrical-coordinate representation of color #7D5226: hue angle of 30.34º 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 #7D5226 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 38 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.51 |
| HSL | 30.34º | 0.53% | 0.32% | - |
| HSV(B) | 30.34º | 0.7% | 0.49% | - |
| XYZ | 11.82 | 10.53 | 3.24 | - |
| YUV | 89.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 38 | 0 | 0.34 | 0.70 | 0.51 | 30.34 | 0.53 | 0.32 |
| Hex | 7D | 52 | 26 | 0 | 22 | 46 | 33 | 1E | 35 | 20 |
| Octal | 175 | 122 | 46 | 0 | 42 | 106 | 63 | 36 | 65 | 40 |
| Binary | 1111101 | 1010010 | 100110 | 0 | 100010 | 1000110 | 110011 | 11110 | 110101 | 100000 |
Color Harmonies of #7D5226
Complementary color
Monochromatic Colors of #7D5226
Black with #7D5226
Text Example
Text Example
White with #7D5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5226; }
p { color: rgb(125,82,38); }
H1.HeaderClassName
{
color: #7D5226;
}
.AnyTagClassName
{
color: #7D5226;
}
</style>
background-color css
<style>
a { background-color: #7D5226; }
a { background-color: rgb(125,82,38); }
div.DivClassName
{
background-color: #7D5226;
}
.BgClassName
{
background-color: #7D5226;
}
</style>
border-color css
<style>
span { border-color: #7D5226; }
span { border-color: rgb(125,82,38); }
td.TdClassName
{
border-color: #7D5226;
}
.TagClassName
{
border-color: #7D5226;
}
</style>