Shades of Hot Curry #7D5A17
Tints of Hot Curry #7D5A17
RGB
CMYK
RGB Variations
Color information
#7D5A17 (or 0x7D5A17) is known color: Hot Curry. HEX triplet: 7D, 5A and 17. RGB value is (125,90,23). Sum of RGB (Red+Green+Blue) = 125+90+23=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5A17 is #82A5E8. Grayscale: #5D5D5D. Windows color (decimal): -8562153 or 1530493. OLE color: 1530493.
HSL color Cylindrical-coordinate representation of color #7D5A17: hue angle of 39.41º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D5A17 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 90 | 23 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.51 |
| HSL | 39.41º | 0.69% | 0.29% | - |
| HSV(B) | 39.41º | 0.82% | 0.49% | - |
| XYZ | 12.27 | 11.73 | 2.43 | - |
| YUV | 92.83 | 88.6 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 23 | 0 | 0.28 | 0.82 | 0.51 | 39.41 | 0.69 | 0.29 |
| Hex | 7D | 5A | 17 | 0 | 1C | 52 | 33 | 27 | 45 | 1D |
| Octal | 175 | 132 | 27 | 0 | 34 | 122 | 63 | 47 | 105 | 35 |
| Binary | 1111101 | 1011010 | 10111 | 0 | 11100 | 1010010 | 110011 | 100111 | 1000101 | 11101 |
Color Harmonies of #7D5A17
Complementary color
Monochromatic Colors of #7D5A17
Black with #7D5A17
Text Example
Text Example
White with #7D5A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5A17; }
p { color: rgb(125,90,23); }
H1.HeaderClassName
{
color: #7D5A17;
}
.AnyTagClassName
{
color: #7D5A17;
}
</style>
background-color css
<style>
a { background-color: #7D5A17; }
a { background-color: rgb(125,90,23); }
div.DivClassName
{
background-color: #7D5A17;
}
.BgClassName
{
background-color: #7D5A17;
}
</style>
border-color css
<style>
span { border-color: #7D5A17; }
span { border-color: rgb(125,90,23); }
td.TdClassName
{
border-color: #7D5A17;
}
.TagClassName
{
border-color: #7D5A17;
}
</style>