Shades of Hot Curry #7D591C
Tints of Hot Curry #7D591C
RGB
CMYK
RGB Variations
Color information
#7D591C (or 0x7D591C) is known color: Hot Curry. HEX triplet: 7D, 59 and 1C. RGB value is (125,89,28). Sum of RGB (Red+Green+Blue) = 125+89+28=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D591C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D591C is #82A6E3. Grayscale: #5D5D5D. Windows color (decimal): -8562404 or 1857917. OLE color: 1857917.
HSL color Cylindrical-coordinate representation of color #7D591C: hue angle of 37.73º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D591C is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 28 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.51 |
| HSL | 37.73º | 0.63% | 0.3% | - |
| HSV(B) | 37.73º | 0.78% | 0.49% | - |
| XYZ | 12.24 | 11.59 | 2.69 | - |
| YUV | 92.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 28 | 0 | 0.29 | 0.78 | 0.51 | 37.73 | 0.63 | 0.3 |
| Hex | 7D | 59 | 1C | 0 | 1D | 4E | 33 | 26 | 3F | 1E |
| Octal | 175 | 131 | 34 | 0 | 35 | 116 | 63 | 46 | 77 | 36 |
| Binary | 1111101 | 1011001 | 11100 | 0 | 11101 | 1001110 | 110011 | 100110 | 111111 | 11110 |
Color Harmonies of #7D591C
Complementary color
Monochromatic Colors of #7D591C
Black with #7D591C
Text Example
Text Example
White with #7D591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D591C; }
p { color: rgb(125,89,28); }
H1.HeaderClassName
{
color: #7D591C;
}
.AnyTagClassName
{
color: #7D591C;
}
</style>
background-color css
<style>
a { background-color: #7D591C; }
a { background-color: rgb(125,89,28); }
div.DivClassName
{
background-color: #7D591C;
}
.BgClassName
{
background-color: #7D591C;
}
</style>
border-color css
<style>
span { border-color: #7D591C; }
span { border-color: rgb(125,89,28); }
td.TdClassName
{
border-color: #7D591C;
}
.TagClassName
{
border-color: #7D591C;
}
</style>