Shades of Hot Curry #7E5B1A
Tints of Hot Curry #7E5B1A
RGB
CMYK
RGB Variations
Color information
#7E5B1A (or 0x7E5B1A) is known color: Hot Curry. HEX triplet: 7E, 5B and 1A. RGB value is (126,91,26). Sum of RGB (Red+Green+Blue) = 126+91+26=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5B1A is #81A4E5. Grayscale: #5E5E5E. Windows color (decimal): -8496358 or 1727358. OLE color: 1727358.
HSL color Cylindrical-coordinate representation of color #7E5B1A: hue angle of 39º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E5B1A is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 91 | 26 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.51 |
| HSL | 39º | 0.66% | 0.3% | - |
| HSV(B) | 39º | 0.79% | 0.49% | - |
| XYZ | 12.53 | 11.99 | 2.63 | - |
| YUV | 94.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 26 | 0 | 0.28 | 0.79 | 0.51 | 39 | 0.66 | 0.3 |
| Hex | 7E | 5B | 1A | 0 | 1C | 4F | 33 | 27 | 42 | 1E |
| Octal | 176 | 133 | 32 | 0 | 34 | 117 | 63 | 47 | 102 | 36 |
| Binary | 1111110 | 1011011 | 11010 | 0 | 11100 | 1001111 | 110011 | 100111 | 1000010 | 11110 |
Color Harmonies of #7E5B1A
Complementary color
Monochromatic Colors of #7E5B1A
Black with #7E5B1A
Text Example
Text Example
White with #7E5B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5B1A; }
p { color: rgb(126,91,26); }
H1.HeaderClassName
{
color: #7E5B1A;
}
.AnyTagClassName
{
color: #7E5B1A;
}
</style>
background-color css
<style>
a { background-color: #7E5B1A; }
a { background-color: rgb(126,91,26); }
div.DivClassName
{
background-color: #7E5B1A;
}
.BgClassName
{
background-color: #7E5B1A;
}
</style>
border-color css
<style>
span { border-color: #7E5B1A; }
span { border-color: rgb(126,91,26); }
td.TdClassName
{
border-color: #7E5B1A;
}
.TagClassName
{
border-color: #7E5B1A;
}
</style>