Shades of Hot Curry #7C5825
Tints of Hot Curry #7C5825
RGB
CMYK
RGB Variations
Color information
#7C5825 (or 0x7C5825) is known color: Hot Curry. HEX triplet: 7C, 58 and 25. RGB value is (124,88,37). Sum of RGB (Red+Green+Blue) = 124+88+37=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5825 is #83A7DA. Grayscale: #5D5D5D. Windows color (decimal): -8628187 or 2447484. OLE color: 2447484.
HSL color Cylindrical-coordinate representation of color #7C5825: hue angle of 35.17º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C5825 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 37 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.51 |
| HSL | 35.17º | 0.54% | 0.32% | - |
| HSV(B) | 35.17º | 0.7% | 0.49% | - |
| XYZ | 12.14 | 11.4 | 3.31 | - |
| YUV | 92.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 37 | 0 | 0.29 | 0.70 | 0.51 | 35.17 | 0.54 | 0.32 |
| Hex | 7C | 58 | 25 | 0 | 1D | 46 | 33 | 23 | 36 | 20 |
| Octal | 174 | 130 | 45 | 0 | 35 | 106 | 63 | 43 | 66 | 40 |
| Binary | 1111100 | 1011000 | 100101 | 0 | 11101 | 1000110 | 110011 | 100011 | 110110 | 100000 |
Color Harmonies of #7C5825
Complementary color
Monochromatic Colors of #7C5825
Black with #7C5825
Text Example
Text Example
White with #7C5825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5825; }
p { color: rgb(124,88,37); }
H1.HeaderClassName
{
color: #7C5825;
}
.AnyTagClassName
{
color: #7C5825;
}
</style>
background-color css
<style>
a { background-color: #7C5825; }
a { background-color: rgb(124,88,37); }
div.DivClassName
{
background-color: #7C5825;
}
.BgClassName
{
background-color: #7C5825;
}
</style>
border-color css
<style>
span { border-color: #7C5825; }
span { border-color: rgb(124,88,37); }
td.TdClassName
{
border-color: #7C5825;
}
.TagClassName
{
border-color: #7C5825;
}
</style>