Shades of Hot Curry #7D5A19
Tints of Hot Curry #7D5A19
RGB
CMYK
RGB Variations
Color information
#7D5A19 (or 0x7D5A19) is known color: Hot Curry. HEX triplet: 7D, 5A and 19. RGB value is (125,90,25). Sum of RGB (Red+Green+Blue) = 125+90+25=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5A19 is #82A5E6. Grayscale: #5D5D5D. Windows color (decimal): -8562151 or 1661565. OLE color: 1661565.
HSL color Cylindrical-coordinate representation of color #7D5A19: hue angle of 39º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D5A19 is Cyan = 0, Magento = 0.28, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 90 | 25 | - |
| CMYK | 0 | 0.28 | 0.8 | 0.51 |
| HSL | 39º | 0.67% | 0.29% | - |
| HSV(B) | 39º | 0.8% | 0.49% | - |
| XYZ | 12.29 | 11.74 | 2.54 | - |
| YUV | 93.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 25 | 0 | 0.28 | 0.8 | 0.51 | 39 | 0.67 | 0.29 |
| Hex | 7D | 5A | 19 | 0 | 1C | 50 | 33 | 27 | 43 | 1D |
| Octal | 175 | 132 | 31 | 0 | 34 | 120 | 63 | 47 | 103 | 35 |
| Binary | 1111101 | 1011010 | 11001 | 0 | 11100 | 1010000 | 110011 | 100111 | 1000011 | 11101 |
Color Harmonies of #7D5A19
Complementary color
Monochromatic Colors of #7D5A19
Black with #7D5A19
Text Example
Text Example
White with #7D5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5A19; }
p { color: rgb(125,90,25); }
H1.HeaderClassName
{
color: #7D5A19;
}
.AnyTagClassName
{
color: #7D5A19;
}
</style>
background-color css
<style>
a { background-color: #7D5A19; }
a { background-color: rgb(125,90,25); }
div.DivClassName
{
background-color: #7D5A19;
}
.BgClassName
{
background-color: #7D5A19;
}
</style>
border-color css
<style>
span { border-color: #7D5A19; }
span { border-color: rgb(125,90,25); }
td.TdClassName
{
border-color: #7D5A19;
}
.TagClassName
{
border-color: #7D5A19;
}
</style>