Shades of Hot Curry #7D6023
Tints of Hot Curry #7D6023
RGB
CMYK
RGB Variations
Color information
#7D6023 (or 0x7D6023) is known color: Hot Curry. HEX triplet: 7D, 60 and 23. RGB value is (125,96,35). Sum of RGB (Red+Green+Blue) = 125+96+35=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6023 is #829FDC. Grayscale: #616161. Windows color (decimal): -8560605 or 2318461. OLE color: 2318461.
HSL color Cylindrical-coordinate representation of color #7D6023: hue angle of 40.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D6023 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 96 | 35 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.51 |
| HSL | 40.67º | 0.56% | 0.31% | - |
| HSV(B) | 40.67º | 0.72% | 0.49% | - |
| XYZ | 12.94 | 12.85 | 3.39 | - |
| YUV | 97.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 35 | 0 | 0.23 | 0.72 | 0.51 | 40.67 | 0.56 | 0.31 |
| Hex | 7D | 60 | 23 | 0 | 17 | 48 | 33 | 29 | 38 | 1F |
| Octal | 175 | 140 | 43 | 0 | 27 | 110 | 63 | 51 | 70 | 37 |
| Binary | 1111101 | 1100000 | 100011 | 0 | 10111 | 1001000 | 110011 | 101001 | 111000 | 11111 |
Color Harmonies of #7D6023
Complementary color
Monochromatic Colors of #7D6023
Black with #7D6023
Text Example
Text Example
White with #7D6023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6023; }
p { color: rgb(125,96,35); }
H1.HeaderClassName
{
color: #7D6023;
}
.AnyTagClassName
{
color: #7D6023;
}
</style>
background-color css
<style>
a { background-color: #7D6023; }
a { background-color: rgb(125,96,35); }
div.DivClassName
{
background-color: #7D6023;
}
.BgClassName
{
background-color: #7D6023;
}
</style>
border-color css
<style>
span { border-color: #7D6023; }
span { border-color: rgb(125,96,35); }
td.TdClassName
{
border-color: #7D6023;
}
.TagClassName
{
border-color: #7D6023;
}
</style>