Shades of Hot Curry #7A592C
Tints of Hot Curry #7A592C
RGB
CMYK
RGB Variations
Color information
#7A592C (or 0x7A592C) is known color: Hot Curry. HEX triplet: 7A, 59 and 2C. RGB value is (122,89,44). Sum of RGB (Red+Green+Blue) = 122+89+44=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A592C is #85A6D3. Grayscale: #5D5D5D. Windows color (decimal): -8758996 or 2906490. OLE color: 2906490.
HSL color Cylindrical-coordinate representation of color #7A592C: hue angle of 34.62º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A592C is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 44 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.52 |
| HSL | 34.62º | 0.47% | 0.33% | - |
| HSV(B) | 34.62º | 0.64% | 0.48% | - |
| XYZ | 12.05 | 11.46 | 3.96 | - |
| YUV | 93.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 44 | 0 | 0.27 | 0.64 | 0.52 | 34.62 | 0.47 | 0.33 |
| Hex | 7A | 59 | 2C | 0 | 1B | 40 | 34 | 23 | 2F | 21 |
| Octal | 172 | 131 | 54 | 0 | 33 | 100 | 64 | 43 | 57 | 41 |
| Binary | 1111010 | 1011001 | 101100 | 0 | 11011 | 1000000 | 110100 | 100011 | 101111 | 100001 |
Color Harmonies of #7A592C
Complementary color
Monochromatic Colors of #7A592C
Black with #7A592C
Text Example
Text Example
White with #7A592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A592C; }
p { color: rgb(122,89,44); }
H1.HeaderClassName
{
color: #7A592C;
}
.AnyTagClassName
{
color: #7A592C;
}
</style>
background-color css
<style>
a { background-color: #7A592C; }
a { background-color: rgb(122,89,44); }
div.DivClassName
{
background-color: #7A592C;
}
.BgClassName
{
background-color: #7A592C;
}
</style>
border-color css
<style>
span { border-color: #7A592C; }
span { border-color: rgb(122,89,44); }
td.TdClassName
{
border-color: #7A592C;
}
.TagClassName
{
border-color: #7A592C;
}
</style>