Shades of Hot Curry #7D5429
Tints of Hot Curry #7D5429
RGB
CMYK
RGB Variations
Color information
#7D5429 (or 0x7D5429) is known color: Hot Curry. HEX triplet: 7D, 54 and 29. RGB value is (125,84,41). Sum of RGB (Red+Green+Blue) = 125+84+41=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5429 is #82ABD6. Grayscale: #5B5B5B. Windows color (decimal): -8563671 or 2708605. OLE color: 2708605.
HSL color Cylindrical-coordinate representation of color #7D5429: hue angle of 30.71º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D5429 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 84 | 41 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.51 |
| HSL | 30.71º | 0.51% | 0.33% | - |
| HSV(B) | 30.71º | 0.67% | 0.49% | - |
| XYZ | 12.03 | 10.86 | 3.56 | - |
| YUV | 91.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 41 | 0 | 0.33 | 0.67 | 0.51 | 30.71 | 0.51 | 0.33 |
| Hex | 7D | 54 | 29 | 0 | 21 | 43 | 33 | 1F | 33 | 21 |
| Octal | 175 | 124 | 51 | 0 | 41 | 103 | 63 | 37 | 63 | 41 |
| Binary | 1111101 | 1010100 | 101001 | 0 | 100001 | 1000011 | 110011 | 11111 | 110011 | 100001 |
Color Harmonies of #7D5429
Complementary color
Monochromatic Colors of #7D5429
Black with #7D5429
Text Example
Text Example
White with #7D5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5429; }
p { color: rgb(125,84,41); }
H1.HeaderClassName
{
color: #7D5429;
}
.AnyTagClassName
{
color: #7D5429;
}
</style>
background-color css
<style>
a { background-color: #7D5429; }
a { background-color: rgb(125,84,41); }
div.DivClassName
{
background-color: #7D5429;
}
.BgClassName
{
background-color: #7D5429;
}
</style>
border-color css
<style>
span { border-color: #7D5429; }
span { border-color: rgb(125,84,41); }
td.TdClassName
{
border-color: #7D5429;
}
.TagClassName
{
border-color: #7D5429;
}
</style>