Shades of Hot Curry #7C602D
Tints of Hot Curry #7C602D
RGB
CMYK
RGB Variations
Color information
#7C602D (or 0x7C602D) is known color: Hot Curry. HEX triplet: 7C, 60 and 2D. RGB value is (124,96,45). Sum of RGB (Red+Green+Blue) = 124+96+45=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C602D is #839FD2. Grayscale: #626262. Windows color (decimal): -8626131 or 2973820. OLE color: 2973820.
HSL color Cylindrical-coordinate representation of color #7C602D: hue angle of 38.73º 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 #7C602D is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 45 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.51 |
| HSL | 38.73º | 0.47% | 0.33% | - |
| HSV(B) | 38.73º | 0.64% | 0.49% | - |
| XYZ | 12.97 | 12.84 | 4.28 | - |
| YUV | 98.56 | 97.78 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 45 | 0 | 0.23 | 0.64 | 0.51 | 38.73 | 0.47 | 0.33 |
| Hex | 7C | 60 | 2D | 0 | 17 | 40 | 33 | 27 | 2F | 21 |
| Octal | 174 | 140 | 55 | 0 | 27 | 100 | 63 | 47 | 57 | 41 |
| Binary | 1111100 | 1100000 | 101101 | 0 | 10111 | 1000000 | 110011 | 100111 | 101111 | 100001 |
Color Harmonies of #7C602D
Complementary color
Monochromatic Colors of #7C602D
Black with #7C602D
Text Example
Text Example
White with #7C602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C602D; }
p { color: rgb(124,96,45); }
H1.HeaderClassName
{
color: #7C602D;
}
.AnyTagClassName
{
color: #7C602D;
}
</style>
background-color css
<style>
a { background-color: #7C602D; }
a { background-color: rgb(124,96,45); }
div.DivClassName
{
background-color: #7C602D;
}
.BgClassName
{
background-color: #7C602D;
}
</style>
border-color css
<style>
span { border-color: #7C602D; }
span { border-color: rgb(124,96,45); }
td.TdClassName
{
border-color: #7C602D;
}
.TagClassName
{
border-color: #7C602D;
}
</style>