Shades of Hot Curry #7D572C
Tints of Hot Curry #7D572C
RGB
CMYK
RGB Variations
Color information
#7D572C (or 0x7D572C) is known color: Hot Curry. HEX triplet: 7D, 57 and 2C. RGB value is (125,87,44). Sum of RGB (Red+Green+Blue) = 125+87+44=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D572C is #82A8D3. Grayscale: #5D5D5D. Windows color (decimal): -8562900 or 2905981. OLE color: 2905981.
HSL color Cylindrical-coordinate representation of color #7D572C: hue angle of 31.85º 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 #7D572C is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 44 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.51 |
| HSL | 31.85º | 0.48% | 0.33% | - |
| HSV(B) | 31.85º | 0.65% | 0.49% | - |
| XYZ | 12.32 | 11.36 | 3.93 | - |
| YUV | 93.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 44 | 0 | 0.30 | 0.65 | 0.51 | 31.85 | 0.48 | 0.33 |
| Hex | 7D | 57 | 2C | 0 | 1E | 41 | 33 | 20 | 30 | 21 |
| Octal | 175 | 127 | 54 | 0 | 36 | 101 | 63 | 40 | 60 | 41 |
| Binary | 1111101 | 1010111 | 101100 | 0 | 11110 | 1000001 | 110011 | 100000 | 110000 | 100001 |
Color Harmonies of #7D572C
Complementary color
Monochromatic Colors of #7D572C
Black with #7D572C
Text Example
Text Example
White with #7D572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D572C; }
p { color: rgb(125,87,44); }
H1.HeaderClassName
{
color: #7D572C;
}
.AnyTagClassName
{
color: #7D572C;
}
</style>
background-color css
<style>
a { background-color: #7D572C; }
a { background-color: rgb(125,87,44); }
div.DivClassName
{
background-color: #7D572C;
}
.BgClassName
{
background-color: #7D572C;
}
</style>
border-color css
<style>
span { border-color: #7D572C; }
span { border-color: rgb(125,87,44); }
td.TdClassName
{
border-color: #7D572C;
}
.TagClassName
{
border-color: #7D572C;
}
</style>