Shades of Hot Curry #7C591D
Tints of Hot Curry #7C591D
RGB
CMYK
RGB Variations
Color information
#7C591D (or 0x7C591D) is known color: Hot Curry. HEX triplet: 7C, 59 and 1D. RGB value is (124,89,29). Sum of RGB (Red+Green+Blue) = 124+89+29=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C591D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C591D is #83A6E2. Grayscale: #5C5C5C. Windows color (decimal): -8627939 or 1923452. OLE color: 1923452.
HSL color Cylindrical-coordinate representation of color #7C591D: hue angle of 37.89º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C591D is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 29 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.51 |
| HSL | 37.89º | 0.62% | 0.3% | - |
| HSV(B) | 37.89º | 0.77% | 0.49% | - |
| XYZ | 12.11 | 11.52 | 2.75 | - |
| YUV | 92.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 29 | 0 | 0.28 | 0.77 | 0.51 | 37.89 | 0.62 | 0.3 |
| Hex | 7C | 59 | 1D | 0 | 1C | 4D | 33 | 26 | 3E | 1E |
| Octal | 174 | 131 | 35 | 0 | 34 | 115 | 63 | 46 | 76 | 36 |
| Binary | 1111100 | 1011001 | 11101 | 0 | 11100 | 1001101 | 110011 | 100110 | 111110 | 11110 |
Color Harmonies of #7C591D
Complementary color
Monochromatic Colors of #7C591D
Black with #7C591D
Text Example
Text Example
White with #7C591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C591D; }
p { color: rgb(124,89,29); }
H1.HeaderClassName
{
color: #7C591D;
}
.AnyTagClassName
{
color: #7C591D;
}
</style>
background-color css
<style>
a { background-color: #7C591D; }
a { background-color: rgb(124,89,29); }
div.DivClassName
{
background-color: #7C591D;
}
.BgClassName
{
background-color: #7C591D;
}
</style>
border-color css
<style>
span { border-color: #7C591D; }
span { border-color: rgb(124,89,29); }
td.TdClassName
{
border-color: #7C591D;
}
.TagClassName
{
border-color: #7C591D;
}
</style>