Shades of Hot Curry #7C541E
Tints of Hot Curry #7C541E
RGB
CMYK
RGB Variations
Color information
#7C541E (or 0x7C541E) is known color: Hot Curry. HEX triplet: 7C, 54 and 1E. RGB value is (124,84,30). Sum of RGB (Red+Green+Blue) = 124+84+30=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C541E is #83ABE1. Grayscale: #5A5A5A. Windows color (decimal): -8629218 or 1987708. OLE color: 1987708.
HSL color Cylindrical-coordinate representation of color #7C541E: hue angle of 34.47º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C541E is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 30 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.51 |
| HSL | 34.47º | 0.61% | 0.3% | - |
| HSV(B) | 34.47º | 0.76% | 0.49% | - |
| XYZ | 11.72 | 10.72 | 2.68 | - |
| YUV | 89.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 30 | 0 | 0.32 | 0.76 | 0.51 | 34.47 | 0.61 | 0.3 |
| Hex | 7C | 54 | 1E | 0 | 20 | 4C | 33 | 22 | 3D | 1E |
| Octal | 174 | 124 | 36 | 0 | 40 | 114 | 63 | 42 | 75 | 36 |
| Binary | 1111100 | 1010100 | 11110 | 0 | 100000 | 1001100 | 110011 | 100010 | 111101 | 11110 |
Color Harmonies of #7C541E
Complementary color
Monochromatic Colors of #7C541E
Black with #7C541E
Text Example
Text Example
White with #7C541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C541E; }
p { color: rgb(124,84,30); }
H1.HeaderClassName
{
color: #7C541E;
}
.AnyTagClassName
{
color: #7C541E;
}
</style>
background-color css
<style>
a { background-color: #7C541E; }
a { background-color: rgb(124,84,30); }
div.DivClassName
{
background-color: #7C541E;
}
.BgClassName
{
background-color: #7C541E;
}
</style>
border-color css
<style>
span { border-color: #7C541E; }
span { border-color: rgb(124,84,30); }
td.TdClassName
{
border-color: #7C541E;
}
.TagClassName
{
border-color: #7C541E;
}
</style>