Shades of Hot Curry #7C612F
Tints of Hot Curry #7C612F
RGB
CMYK
RGB Variations
Color information
#7C612F (or 0x7C612F) is known color: Hot Curry. HEX triplet: 7C, 61 and 2F. RGB value is (124,97,47). Sum of RGB (Red+Green+Blue) = 124+97+47=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C612F is #839ED0. Grayscale: #636363. Windows color (decimal): -8625873 or 3105148. OLE color: 3105148.
HSL color Cylindrical-coordinate representation of color #7C612F: hue angle of 38.96º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C612F is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 97 | 47 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.51 |
| HSL | 38.96º | 0.45% | 0.34% | - |
| HSV(B) | 38.96º | 0.62% | 0.49% | - |
| XYZ | 13.1 | 13.04 | 4.52 | - |
| YUV | 99.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 47 | 0 | 0.22 | 0.62 | 0.51 | 38.96 | 0.45 | 0.34 |
| Hex | 7C | 61 | 2F | 0 | 16 | 3E | 33 | 27 | 2D | 22 |
| Octal | 174 | 141 | 57 | 0 | 26 | 76 | 63 | 47 | 55 | 42 |
| Binary | 1111100 | 1100001 | 101111 | 0 | 10110 | 111110 | 110011 | 100111 | 101101 | 100010 |
Color Harmonies of #7C612F
Complementary color
Monochromatic Colors of #7C612F
Black with #7C612F
Text Example
Text Example
White with #7C612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C612F; }
p { color: rgb(124,97,47); }
H1.HeaderClassName
{
color: #7C612F;
}
.AnyTagClassName
{
color: #7C612F;
}
</style>
background-color css
<style>
a { background-color: #7C612F; }
a { background-color: rgb(124,97,47); }
div.DivClassName
{
background-color: #7C612F;
}
.BgClassName
{
background-color: #7C612F;
}
</style>
border-color css
<style>
span { border-color: #7C612F; }
span { border-color: rgb(124,97,47); }
td.TdClassName
{
border-color: #7C612F;
}
.TagClassName
{
border-color: #7C612F;
}
</style>