Shades of Hot Curry #7C5730
Tints of Hot Curry #7C5730
RGB
CMYK
RGB Variations
Color information
#7C5730 (or 0x7C5730) is known color: Hot Curry. HEX triplet: 7C, 57 and 30. RGB value is (124,87,48). Sum of RGB (Red+Green+Blue) = 124+87+48=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5730 is #83A8CF. Grayscale: #5D5D5D. Windows color (decimal): -8628432 or 3168124. OLE color: 3168124.
HSL color Cylindrical-coordinate representation of color #7C5730: hue angle of 30.79º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C5730 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 48 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.51 |
| HSL | 30.79º | 0.44% | 0.34% | - |
| HSV(B) | 30.79º | 0.61% | 0.49% | - |
| XYZ | 12.25 | 11.31 | 4.33 | - |
| YUV | 93.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 48 | 0 | 0.30 | 0.61 | 0.51 | 30.79 | 0.44 | 0.34 |
| Hex | 7C | 57 | 30 | 0 | 1E | 3D | 33 | 1F | 2C | 22 |
| Octal | 174 | 127 | 60 | 0 | 36 | 75 | 63 | 37 | 54 | 42 |
| Binary | 1111100 | 1010111 | 110000 | 0 | 11110 | 111101 | 110011 | 11111 | 101100 | 100010 |
Color Harmonies of #7C5730
Complementary color
Monochromatic Colors of #7C5730
Black with #7C5730
Text Example
Text Example
White with #7C5730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5730; }
p { color: rgb(124,87,48); }
H1.HeaderClassName
{
color: #7C5730;
}
.AnyTagClassName
{
color: #7C5730;
}
</style>
background-color css
<style>
a { background-color: #7C5730; }
a { background-color: rgb(124,87,48); }
div.DivClassName
{
background-color: #7C5730;
}
.BgClassName
{
background-color: #7C5730;
}
</style>
border-color css
<style>
span { border-color: #7C5730; }
span { border-color: rgb(124,87,48); }
td.TdClassName
{
border-color: #7C5730;
}
.TagClassName
{
border-color: #7C5730;
}
</style>