Shades of Hot Curry #7C572C
Tints of Hot Curry #7C572C
RGB
CMYK
RGB Variations
Color information
#7C572C (or 0x7C572C) is known color: Hot Curry. HEX triplet: 7C, 57 and 2C. RGB value is (124,87,44). Sum of RGB (Red+Green+Blue) = 124+87+44=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C572C is #83A8D3. Grayscale: #5D5D5D. Windows color (decimal): -8628436 or 2905980. OLE color: 2905980.
HSL color Cylindrical-coordinate representation of color #7C572C: hue angle of 32.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C572C is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 44 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.51 |
| HSL | 32.25º | 0.48% | 0.33% | - |
| HSV(B) | 32.25º | 0.65% | 0.49% | - |
| XYZ | 12.18 | 11.28 | 3.92 | - |
| YUV | 93.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 44 | 0 | 0.30 | 0.65 | 0.51 | 32.25 | 0.48 | 0.33 |
| Hex | 7C | 57 | 2C | 0 | 1E | 41 | 33 | 20 | 30 | 21 |
| Octal | 174 | 127 | 54 | 0 | 36 | 101 | 63 | 40 | 60 | 41 |
| Binary | 1111100 | 1010111 | 101100 | 0 | 11110 | 1000001 | 110011 | 100000 | 110000 | 100001 |
Color Harmonies of #7C572C
Complementary color
Monochromatic Colors of #7C572C
Black with #7C572C
Text Example
Text Example
White with #7C572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C572C; }
p { color: rgb(124,87,44); }
H1.HeaderClassName
{
color: #7C572C;
}
.AnyTagClassName
{
color: #7C572C;
}
</style>
background-color css
<style>
a { background-color: #7C572C; }
a { background-color: rgb(124,87,44); }
div.DivClassName
{
background-color: #7C572C;
}
.BgClassName
{
background-color: #7C572C;
}
</style>
border-color css
<style>
span { border-color: #7C572C; }
span { border-color: rgb(124,87,44); }
td.TdClassName
{
border-color: #7C572C;
}
.TagClassName
{
border-color: #7C572C;
}
</style>