Shades of Hot Curry #7D612D
Tints of Hot Curry #7D612D
RGB
CMYK
RGB Variations
Color information
#7D612D (or 0x7D612D) is known color: Hot Curry. HEX triplet: 7D, 61 and 2D. RGB value is (125,97,45). Sum of RGB (Red+Green+Blue) = 125+97+45=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D612D is #829ED2. Grayscale: #636363. Windows color (decimal): -8560339 or 2974077. OLE color: 2974077.
HSL color Cylindrical-coordinate representation of color #7D612D: hue angle of 39º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D612D is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 45 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.51 |
| HSL | 39º | 0.47% | 0.33% | - |
| HSV(B) | 39º | 0.64% | 0.49% | - |
| XYZ | 13.21 | 13.1 | 4.31 | - |
| YUV | 99.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 45 | 0 | 0.22 | 0.64 | 0.51 | 39 | 0.47 | 0.33 |
| Hex | 7D | 61 | 2D | 0 | 16 | 40 | 33 | 27 | 2F | 21 |
| Octal | 175 | 141 | 55 | 0 | 26 | 100 | 63 | 47 | 57 | 41 |
| Binary | 1111101 | 1100001 | 101101 | 0 | 10110 | 1000000 | 110011 | 100111 | 101111 | 100001 |
Color Harmonies of #7D612D
Complementary color
Monochromatic Colors of #7D612D
Black with #7D612D
Text Example
Text Example
White with #7D612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D612D; }
p { color: rgb(125,97,45); }
H1.HeaderClassName
{
color: #7D612D;
}
.AnyTagClassName
{
color: #7D612D;
}
</style>
background-color css
<style>
a { background-color: #7D612D; }
a { background-color: rgb(125,97,45); }
div.DivClassName
{
background-color: #7D612D;
}
.BgClassName
{
background-color: #7D612D;
}
</style>
border-color css
<style>
span { border-color: #7D612D; }
span { border-color: rgb(125,97,45); }
td.TdClassName
{
border-color: #7D612D;
}
.TagClassName
{
border-color: #7D612D;
}
</style>