Shades of Hot Curry #7D6133
Tints of Hot Curry #7D6133
RGB
CMYK
RGB Variations
Color information
#7D6133 (or 0x7D6133) is known color: Hot Curry. HEX triplet: 7D, 61 and 33. RGB value is (125,97,51). Sum of RGB (Red+Green+Blue) = 125+97+51=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6133 is #829ECC. Grayscale: #646464. Windows color (decimal): -8560333 or 3367293. OLE color: 3367293.
HSL color Cylindrical-coordinate representation of color #7D6133: hue angle of 37.3º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D6133 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 51 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.51 |
| HSL | 37.3º | 0.42% | 0.35% | - |
| HSV(B) | 37.3º | 0.59% | 0.49% | - |
| XYZ | 13.33 | 13.15 | 4.97 | - |
| YUV | 100.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 51 | 0 | 0.22 | 0.59 | 0.51 | 37.3 | 0.42 | 0.35 |
| Hex | 7D | 61 | 33 | 0 | 16 | 3B | 33 | 25 | 2A | 23 |
| Octal | 175 | 141 | 63 | 0 | 26 | 73 | 63 | 45 | 52 | 43 |
| Binary | 1111101 | 1100001 | 110011 | 0 | 10110 | 111011 | 110011 | 100101 | 101010 | 100011 |
Color Harmonies of #7D6133
Complementary color
Monochromatic Colors of #7D6133
Black with #7D6133
Text Example
Text Example
White with #7D6133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6133; }
p { color: rgb(125,97,51); }
H1.HeaderClassName
{
color: #7D6133;
}
.AnyTagClassName
{
color: #7D6133;
}
</style>
background-color css
<style>
a { background-color: #7D6133; }
a { background-color: rgb(125,97,51); }
div.DivClassName
{
background-color: #7D6133;
}
.BgClassName
{
background-color: #7D6133;
}
</style>
border-color css
<style>
span { border-color: #7D6133; }
span { border-color: rgb(125,97,51); }
td.TdClassName
{
border-color: #7D6133;
}
.TagClassName
{
border-color: #7D6133;
}
</style>