Shades of Hot Curry #7D6229
Tints of Hot Curry #7D6229
RGB
CMYK
RGB Variations
Color information
#7D6229 (or 0x7D6229) is known color: Hot Curry. HEX triplet: 7D, 62 and 29. RGB value is (125,98,41). Sum of RGB (Red+Green+Blue) = 125+98+41=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6229 is #829DD6. Grayscale: #636363. Windows color (decimal): -8560087 or 2712189. OLE color: 2712189.
HSL color Cylindrical-coordinate representation of color #7D6229: hue angle of 40.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 #7D6229 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 41 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.51 |
| HSL | 40.71º | 0.51% | 0.33% | - |
| HSV(B) | 40.71º | 0.67% | 0.49% | - |
| XYZ | 13.23 | 13.26 | 3.96 | - |
| YUV | 99.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 41 | 0 | 0.22 | 0.67 | 0.51 | 40.71 | 0.51 | 0.33 |
| Hex | 7D | 62 | 29 | 0 | 16 | 43 | 33 | 29 | 33 | 21 |
| Octal | 175 | 142 | 51 | 0 | 26 | 103 | 63 | 51 | 63 | 41 |
| Binary | 1111101 | 1100010 | 101001 | 0 | 10110 | 1000011 | 110011 | 101001 | 110011 | 100001 |
Color Harmonies of #7D6229
Complementary color
Monochromatic Colors of #7D6229
Black with #7D6229
Text Example
Text Example
White with #7D6229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6229; }
p { color: rgb(125,98,41); }
H1.HeaderClassName
{
color: #7D6229;
}
.AnyTagClassName
{
color: #7D6229;
}
</style>
background-color css
<style>
a { background-color: #7D6229; }
a { background-color: rgb(125,98,41); }
div.DivClassName
{
background-color: #7D6229;
}
.BgClassName
{
background-color: #7D6229;
}
</style>
border-color css
<style>
span { border-color: #7D6229; }
span { border-color: rgb(125,98,41); }
td.TdClassName
{
border-color: #7D6229;
}
.TagClassName
{
border-color: #7D6229;
}
</style>