Shades of Hot Curry #7E5322
Tints of Hot Curry #7E5322
RGB
CMYK
RGB Variations
Color information
#7E5322 (or 0x7E5322) is known color: Hot Curry. HEX triplet: 7E, 53 and 22. RGB value is (126,83,34). Sum of RGB (Red+Green+Blue) = 126+83+34=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5322 is #81ACDD. Grayscale: #5A5A5A. Windows color (decimal): -8498398 or 2249598. OLE color: 2249598.
HSL color Cylindrical-coordinate representation of color #7E5322: hue angle of 31.96º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E5322 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 34 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.51 |
| HSL | 31.96º | 0.58% | 0.31% | - |
| HSV(B) | 31.96º | 0.73% | 0.49% | - |
| XYZ | 11.99 | 10.74 | 2.95 | - |
| YUV | 90.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 34 | 0 | 0.34 | 0.73 | 0.51 | 31.96 | 0.58 | 0.31 |
| Hex | 7E | 53 | 22 | 0 | 22 | 49 | 33 | 20 | 3A | 1F |
| Octal | 176 | 123 | 42 | 0 | 42 | 111 | 63 | 40 | 72 | 37 |
| Binary | 1111110 | 1010011 | 100010 | 0 | 100010 | 1001001 | 110011 | 100000 | 111010 | 11111 |
Color Harmonies of #7E5322
Complementary color
Monochromatic Colors of #7E5322
Black with #7E5322
Text Example
Text Example
White with #7E5322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5322; }
p { color: rgb(126,83,34); }
H1.HeaderClassName
{
color: #7E5322;
}
.AnyTagClassName
{
color: #7E5322;
}
</style>
background-color css
<style>
a { background-color: #7E5322; }
a { background-color: rgb(126,83,34); }
div.DivClassName
{
background-color: #7E5322;
}
.BgClassName
{
background-color: #7E5322;
}
</style>
border-color css
<style>
span { border-color: #7E5322; }
span { border-color: rgb(126,83,34); }
td.TdClassName
{
border-color: #7E5322;
}
.TagClassName
{
border-color: #7E5322;
}
</style>