Shades of Hot Curry #7E632A
Tints of Hot Curry #7E632A
RGB
CMYK
RGB Variations
Color information
#7E632A (or 0x7E632A) is known color: Hot Curry. HEX triplet: 7E, 63 and 2A. RGB value is (126,99,42). Sum of RGB (Red+Green+Blue) = 126+99+42=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E632A is #819CD5. Grayscale: #646464. Windows color (decimal): -8494294 or 2777982. OLE color: 2777982.
HSL color Cylindrical-coordinate representation of color #7E632A: hue angle of 40.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E632A is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 42 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.51 |
| HSL | 40.71º | 0.5% | 0.33% | - |
| HSV(B) | 40.71º | 0.67% | 0.49% | - |
| XYZ | 13.48 | 13.53 | 4.09 | - |
| YUV | 100.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 42 | 0 | 0.21 | 0.67 | 0.51 | 40.71 | 0.5 | 0.33 |
| Hex | 7E | 63 | 2A | 0 | 15 | 43 | 33 | 29 | 32 | 21 |
| Octal | 176 | 143 | 52 | 0 | 25 | 103 | 63 | 51 | 62 | 41 |
| Binary | 1111110 | 1100011 | 101010 | 0 | 10101 | 1000011 | 110011 | 101001 | 110010 | 100001 |
Color Harmonies of #7E632A
Complementary color
Monochromatic Colors of #7E632A
Black with #7E632A
Text Example
Text Example
White with #7E632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E632A; }
p { color: rgb(126,99,42); }
H1.HeaderClassName
{
color: #7E632A;
}
.AnyTagClassName
{
color: #7E632A;
}
</style>
background-color css
<style>
a { background-color: #7E632A; }
a { background-color: rgb(126,99,42); }
div.DivClassName
{
background-color: #7E632A;
}
.BgClassName
{
background-color: #7E632A;
}
</style>
border-color css
<style>
span { border-color: #7E632A; }
span { border-color: rgb(126,99,42); }
td.TdClassName
{
border-color: #7E632A;
}
.TagClassName
{
border-color: #7E632A;
}
</style>