Shades of Hot Curry #7A592E
Tints of Hot Curry #7A592E
RGB
CMYK
RGB Variations
Color information
#7A592E (or 0x7A592E) is known color: Hot Curry. HEX triplet: 7A, 59 and 2E. RGB value is (122,89,46). Sum of RGB (Red+Green+Blue) = 122+89+46=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A592E is #85A6D1. Grayscale: #5E5E5E. Windows color (decimal): -8758994 or 3037562. OLE color: 3037562.
HSL color Cylindrical-coordinate representation of color #7A592E: hue angle of 33.95º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A592E is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 46 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.52 |
| HSL | 33.95º | 0.45% | 0.33% | - |
| HSV(B) | 33.95º | 0.62% | 0.48% | - |
| XYZ | 12.09 | 11.48 | 4.16 | - |
| YUV | 93.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 46 | 0 | 0.27 | 0.62 | 0.52 | 33.95 | 0.45 | 0.33 |
| Hex | 7A | 59 | 2E | 0 | 1B | 3E | 34 | 22 | 2D | 21 |
| Octal | 172 | 131 | 56 | 0 | 33 | 76 | 64 | 42 | 55 | 41 |
| Binary | 1111010 | 1011001 | 101110 | 0 | 11011 | 111110 | 110100 | 100010 | 101101 | 100001 |
Color Harmonies of #7A592E
Complementary color
Monochromatic Colors of #7A592E
Black with #7A592E
Text Example
Text Example
White with #7A592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A592E; }
p { color: rgb(122,89,46); }
H1.HeaderClassName
{
color: #7A592E;
}
.AnyTagClassName
{
color: #7A592E;
}
</style>
background-color css
<style>
a { background-color: #7A592E; }
a { background-color: rgb(122,89,46); }
div.DivClassName
{
background-color: #7A592E;
}
.BgClassName
{
background-color: #7A592E;
}
</style>
border-color css
<style>
span { border-color: #7A592E; }
span { border-color: rgb(122,89,46); }
td.TdClassName
{
border-color: #7A592E;
}
.TagClassName
{
border-color: #7A592E;
}
</style>