Shades of Hot Curry #7D622D
Tints of Hot Curry #7D622D
RGB
CMYK
RGB Variations
Color information
#7D622D (or 0x7D622D) is known color: Hot Curry. HEX triplet: 7D, 62 and 2D. RGB value is (125,98,45). Sum of RGB (Red+Green+Blue) = 125+98+45=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D622D is #829DD2. Grayscale: #646464. Windows color (decimal): -8560083 or 2974333. OLE color: 2974333.
HSL color Cylindrical-coordinate representation of color #7D622D: hue angle of 39.75º 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 #7D622D is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 45 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.51 |
| HSL | 39.75º | 0.47% | 0.33% | - |
| HSV(B) | 39.75º | 0.64% | 0.49% | - |
| XYZ | 13.3 | 13.28 | 4.35 | - |
| YUV | 100.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 45 | 0 | 0.22 | 0.64 | 0.51 | 39.75 | 0.47 | 0.33 |
| Hex | 7D | 62 | 2D | 0 | 16 | 40 | 33 | 28 | 2F | 21 |
| Octal | 175 | 142 | 55 | 0 | 26 | 100 | 63 | 50 | 57 | 41 |
| Binary | 1111101 | 1100010 | 101101 | 0 | 10110 | 1000000 | 110011 | 101000 | 101111 | 100001 |
Color Harmonies of #7D622D
Complementary color
Monochromatic Colors of #7D622D
Black with #7D622D
Text Example
Text Example
White with #7D622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D622D; }
p { color: rgb(125,98,45); }
H1.HeaderClassName
{
color: #7D622D;
}
.AnyTagClassName
{
color: #7D622D;
}
</style>
background-color css
<style>
a { background-color: #7D622D; }
a { background-color: rgb(125,98,45); }
div.DivClassName
{
background-color: #7D622D;
}
.BgClassName
{
background-color: #7D622D;
}
</style>
border-color css
<style>
span { border-color: #7D622D; }
span { border-color: rgb(125,98,45); }
td.TdClassName
{
border-color: #7D622D;
}
.TagClassName
{
border-color: #7D622D;
}
</style>