Shades of Hot Curry #7D5E2C
Tints of Hot Curry #7D5E2C
RGB
CMYK
RGB Variations
Color information
#7D5E2C (or 0x7D5E2C) is known color: Hot Curry. HEX triplet: 7D, 5E and 2C. RGB value is (125,94,44). Sum of RGB (Red+Green+Blue) = 125+94+44=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5E2C is #82A1D3. Grayscale: #616161. Windows color (decimal): -8561108 or 2907773. OLE color: 2907773.
HSL color Cylindrical-coordinate representation of color #7D5E2C: hue angle of 37.04º 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 #7D5E2C is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 94 | 44 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.51 |
| HSL | 37.04º | 0.48% | 0.33% | - |
| HSV(B) | 37.04º | 0.65% | 0.49% | - |
| XYZ | 12.91 | 12.55 | 4.12 | - |
| YUV | 97.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 44 | 0 | 0.25 | 0.65 | 0.51 | 37.04 | 0.48 | 0.33 |
| Hex | 7D | 5E | 2C | 0 | 19 | 41 | 33 | 25 | 30 | 21 |
| Octal | 175 | 136 | 54 | 0 | 31 | 101 | 63 | 45 | 60 | 41 |
| Binary | 1111101 | 1011110 | 101100 | 0 | 11001 | 1000001 | 110011 | 100101 | 110000 | 100001 |
Color Harmonies of #7D5E2C
Complementary color
Monochromatic Colors of #7D5E2C
Black with #7D5E2C
Text Example
Text Example
White with #7D5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5E2C; }
p { color: rgb(125,94,44); }
H1.HeaderClassName
{
color: #7D5E2C;
}
.AnyTagClassName
{
color: #7D5E2C;
}
</style>
background-color css
<style>
a { background-color: #7D5E2C; }
a { background-color: rgb(125,94,44); }
div.DivClassName
{
background-color: #7D5E2C;
}
.BgClassName
{
background-color: #7D5E2C;
}
</style>
border-color css
<style>
span { border-color: #7D5E2C; }
span { border-color: rgb(125,94,44); }
td.TdClassName
{
border-color: #7D5E2C;
}
.TagClassName
{
border-color: #7D5E2C;
}
</style>