Shades of Hot Curry #7E562A
Tints of Hot Curry #7E562A
RGB
CMYK
RGB Variations
Color information
#7E562A (or 0x7E562A) is known color: Hot Curry. HEX triplet: 7E, 56 and 2A. RGB value is (126,86,42). Sum of RGB (Red+Green+Blue) = 126+86+42=254 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.61% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 126 - color contains mainly: red. Hex color #7E562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E562A is #81A9D5. Grayscale: #5D5D5D. Windows color (decimal): -8497622 or 2774654. OLE color: 2774654.
HSL color Cylindrical-coordinate representation of color #7E562A: hue angle of 31.43º 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 #7E562A is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 42 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.51 |
| HSL | 31.43º | 0.5% | 0.33% | - |
| HSV(B) | 31.43º | 0.67% | 0.49% | - |
| XYZ | 12.35 | 11.26 | 3.71 | - |
| YUV | 92.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 42 | 0 | 0.32 | 0.67 | 0.51 | 31.43 | 0.5 | 0.33 |
| Hex | 7E | 56 | 2A | 0 | 20 | 43 | 33 | 1F | 32 | 21 |
| Octal | 176 | 126 | 52 | 0 | 40 | 103 | 63 | 37 | 62 | 41 |
| Binary | 1111110 | 1010110 | 101010 | 0 | 100000 | 1000011 | 110011 | 11111 | 110010 | 100001 |
Color Harmonies of #7E562A
Complementary color
Monochromatic Colors of #7E562A
Black with #7E562A
Text Example
Text Example
White with #7E562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E562A; }
p { color: rgb(126,86,42); }
H1.HeaderClassName
{
color: #7E562A;
}
.AnyTagClassName
{
color: #7E562A;
}
</style>
background-color css
<style>
a { background-color: #7E562A; }
a { background-color: rgb(126,86,42); }
div.DivClassName
{
background-color: #7E562A;
}
.BgClassName
{
background-color: #7E562A;
}
</style>
border-color css
<style>
span { border-color: #7E562A; }
span { border-color: rgb(126,86,42); }
td.TdClassName
{
border-color: #7E562A;
}
.TagClassName
{
border-color: #7E562A;
}
</style>