Shades of Hot Curry #7A5E22
Tints of Hot Curry #7A5E22
RGB
CMYK
RGB Variations
Color information
#7A5E22 (or 0x7A5E22) is known color: Hot Curry. HEX triplet: 7A, 5E and 22. RGB value is (122,94,34). Sum of RGB (Red+Green+Blue) = 122+94+34=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5E22 is #85A1DD. Grayscale: #5F5F5F. Windows color (decimal): -8757726 or 2252410. OLE color: 2252410.
HSL color Cylindrical-coordinate representation of color #7A5E22: hue angle of 40.91º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A5E22 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 34 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.52 |
| HSL | 40.91º | 0.56% | 0.31% | - |
| HSV(B) | 40.91º | 0.72% | 0.48% | - |
| XYZ | 12.32 | 12.26 | 3.23 | - |
| YUV | 95.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 34 | 0 | 0.23 | 0.72 | 0.52 | 40.91 | 0.56 | 0.31 |
| Hex | 7A | 5E | 22 | 0 | 17 | 48 | 34 | 29 | 38 | 1F |
| Octal | 172 | 136 | 42 | 0 | 27 | 110 | 64 | 51 | 70 | 37 |
| Binary | 1111010 | 1011110 | 100010 | 0 | 10111 | 1001000 | 110100 | 101001 | 111000 | 11111 |
Color Harmonies of #7A5E22
Complementary color
Monochromatic Colors of #7A5E22
Black with #7A5E22
Text Example
Text Example
White with #7A5E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E22; }
p { color: rgb(122,94,34); }
H1.HeaderClassName
{
color: #7A5E22;
}
.AnyTagClassName
{
color: #7A5E22;
}
</style>
background-color css
<style>
a { background-color: #7A5E22; }
a { background-color: rgb(122,94,34); }
div.DivClassName
{
background-color: #7A5E22;
}
.BgClassName
{
background-color: #7A5E22;
}
</style>
border-color css
<style>
span { border-color: #7A5E22; }
span { border-color: rgb(122,94,34); }
td.TdClassName
{
border-color: #7A5E22;
}
.TagClassName
{
border-color: #7A5E22;
}
</style>