Shades of Hot Curry #7E5E2C
Tints of Hot Curry #7E5E2C
RGB
CMYK
RGB Variations
Color information
#7E5E2C (or 0x7E5E2C) is known color: Hot Curry. HEX triplet: 7E, 5E and 2C. RGB value is (126,94,44). Sum of RGB (Red+Green+Blue) = 126+94+44=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5E2C is #81A1D3. Grayscale: #626262. Windows color (decimal): -8495572 or 2907774. OLE color: 2907774.
HSL color Cylindrical-coordinate representation of color #7E5E2C: hue angle of 36.59º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E5E2C is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 94 | 44 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.51 |
| HSL | 36.59º | 0.48% | 0.33% | - |
| HSV(B) | 36.59º | 0.65% | 0.49% | - |
| XYZ | 13.06 | 12.62 | 4.13 | - |
| YUV | 97.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 94 | 44 | 0 | 0.25 | 0.65 | 0.51 | 36.59 | 0.48 | 0.33 |
| Hex | 7E | 5E | 2C | 0 | 19 | 41 | 33 | 25 | 30 | 21 |
| Octal | 176 | 136 | 54 | 0 | 31 | 101 | 63 | 45 | 60 | 41 |
| Binary | 1111110 | 1011110 | 101100 | 0 | 11001 | 1000001 | 110011 | 100101 | 110000 | 100001 |
Color Harmonies of #7E5E2C
Complementary color
Monochromatic Colors of #7E5E2C
Black with #7E5E2C
Text Example
Text Example
White with #7E5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5E2C; }
p { color: rgb(126,94,44); }
H1.HeaderClassName
{
color: #7E5E2C;
}
.AnyTagClassName
{
color: #7E5E2C;
}
</style>
background-color css
<style>
a { background-color: #7E5E2C; }
a { background-color: rgb(126,94,44); }
div.DivClassName
{
background-color: #7E5E2C;
}
.BgClassName
{
background-color: #7E5E2C;
}
</style>
border-color css
<style>
span { border-color: #7E5E2C; }
span { border-color: rgb(126,94,44); }
td.TdClassName
{
border-color: #7E5E2C;
}
.TagClassName
{
border-color: #7E5E2C;
}
</style>