Shades of Hot Curry #7E5831
Tints of Hot Curry #7E5831
RGB
CMYK
RGB Variations
Color information
#7E5831 (or 0x7E5831) is known color: Hot Curry. HEX triplet: 7E, 58 and 31. RGB value is (126,88,49). Sum of RGB (Red+Green+Blue) = 126+88+49=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5831 is #81A7CE. Grayscale: #5F5F5F. Windows color (decimal): -8497103 or 3233918. OLE color: 3233918.
HSL color Cylindrical-coordinate representation of color #7E5831: hue angle of 30.39º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E5831 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 88 | 49 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.51 |
| HSL | 30.39º | 0.44% | 0.34% | - |
| HSV(B) | 30.39º | 0.61% | 0.49% | - |
| XYZ | 12.65 | 11.64 | 4.49 | - |
| YUV | 94.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 49 | 0 | 0.30 | 0.61 | 0.51 | 30.39 | 0.44 | 0.34 |
| Hex | 7E | 58 | 31 | 0 | 1E | 3D | 33 | 1E | 2C | 22 |
| Octal | 176 | 130 | 61 | 0 | 36 | 75 | 63 | 36 | 54 | 42 |
| Binary | 1111110 | 1011000 | 110001 | 0 | 11110 | 111101 | 110011 | 11110 | 101100 | 100010 |
Color Harmonies of #7E5831
Complementary color
Monochromatic Colors of #7E5831
Black with #7E5831
Text Example
Text Example
White with #7E5831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5831; }
p { color: rgb(126,88,49); }
H1.HeaderClassName
{
color: #7E5831;
}
.AnyTagClassName
{
color: #7E5831;
}
</style>
background-color css
<style>
a { background-color: #7E5831; }
a { background-color: rgb(126,88,49); }
div.DivClassName
{
background-color: #7E5831;
}
.BgClassName
{
background-color: #7E5831;
}
</style>
border-color css
<style>
span { border-color: #7E5831; }
span { border-color: rgb(126,88,49); }
td.TdClassName
{
border-color: #7E5831;
}
.TagClassName
{
border-color: #7E5831;
}
</style>