Shades of Hot Curry #7C511F
Tints of Hot Curry #7C511F
RGB
CMYK
RGB Variations
Color information
#7C511F (or 0x7C511F) is known color: Hot Curry. HEX triplet: 7C, 51 and 1F. RGB value is (124,81,31). Sum of RGB (Red+Green+Blue) = 124+81+31=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C511F is #83AEE0. Grayscale: #585858. Windows color (decimal): -8629985 or 2052476. OLE color: 2052476.
HSL color Cylindrical-coordinate representation of color #7C511F: hue angle of 32.26º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C511F is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 31 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.51 |
| HSL | 32.26º | 0.6% | 0.3% | - |
| HSV(B) | 32.26º | 0.75% | 0.49% | - |
| XYZ | 11.5 | 10.27 | 2.67 | - |
| YUV | 88.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 31 | 0 | 0.35 | 0.75 | 0.51 | 32.26 | 0.6 | 0.3 |
| Hex | 7C | 51 | 1F | 0 | 23 | 4B | 33 | 20 | 3C | 1E |
| Octal | 174 | 121 | 37 | 0 | 43 | 113 | 63 | 40 | 74 | 36 |
| Binary | 1111100 | 1010001 | 11111 | 0 | 100011 | 1001011 | 110011 | 100000 | 111100 | 11110 |
Color Harmonies of #7C511F
Complementary color
Monochromatic Colors of #7C511F
Black with #7C511F
Text Example
Text Example
White with #7C511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C511F; }
p { color: rgb(124,81,31); }
H1.HeaderClassName
{
color: #7C511F;
}
.AnyTagClassName
{
color: #7C511F;
}
</style>
background-color css
<style>
a { background-color: #7C511F; }
a { background-color: rgb(124,81,31); }
div.DivClassName
{
background-color: #7C511F;
}
.BgClassName
{
background-color: #7C511F;
}
</style>
border-color css
<style>
span { border-color: #7C511F; }
span { border-color: rgb(124,81,31); }
td.TdClassName
{
border-color: #7C511F;
}
.TagClassName
{
border-color: #7C511F;
}
</style>