Shades of Hot Curry #7E5C1E
Tints of Hot Curry #7E5C1E
RGB
CMYK
RGB Variations
Color information
#7E5C1E (or 0x7E5C1E) is known color: Hot Curry. HEX triplet: 7E, 5C and 1E. RGB value is (126,92,30). Sum of RGB (Red+Green+Blue) = 126+92+30=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5C1E is #81A3E1. Grayscale: #5F5F5F. Windows color (decimal): -8496098 or 1989758. OLE color: 1989758.
HSL color Cylindrical-coordinate representation of color #7E5C1E: hue angle of 38.75º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E5C1E is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 92 | 30 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.51 |
| HSL | 38.75º | 0.62% | 0.31% | - |
| HSV(B) | 38.75º | 0.76% | 0.49% | - |
| XYZ | 12.67 | 12.18 | 2.91 | - |
| YUV | 95.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 30 | 0 | 0.27 | 0.76 | 0.51 | 38.75 | 0.62 | 0.31 |
| Hex | 7E | 5C | 1E | 0 | 1B | 4C | 33 | 27 | 3E | 1F |
| Octal | 176 | 134 | 36 | 0 | 33 | 114 | 63 | 47 | 76 | 37 |
| Binary | 1111110 | 1011100 | 11110 | 0 | 11011 | 1001100 | 110011 | 100111 | 111110 | 11111 |
Color Harmonies of #7E5C1E
Complementary color
Monochromatic Colors of #7E5C1E
Black with #7E5C1E
Text Example
Text Example
White with #7E5C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5C1E; }
p { color: rgb(126,92,30); }
H1.HeaderClassName
{
color: #7E5C1E;
}
.AnyTagClassName
{
color: #7E5C1E;
}
</style>
background-color css
<style>
a { background-color: #7E5C1E; }
a { background-color: rgb(126,92,30); }
div.DivClassName
{
background-color: #7E5C1E;
}
.BgClassName
{
background-color: #7E5C1E;
}
</style>
border-color css
<style>
span { border-color: #7E5C1E; }
span { border-color: rgb(126,92,30); }
td.TdClassName
{
border-color: #7E5C1E;
}
.TagClassName
{
border-color: #7E5C1E;
}
</style>