Shades of Hot Curry #7A5A1F
Tints of Hot Curry #7A5A1F
RGB
CMYK
RGB Variations
Color information
#7A5A1F (or 0x7A5A1F) is known color: Hot Curry. HEX triplet: 7A, 5A and 1F. RGB value is (122,90,31). Sum of RGB (Red+Green+Blue) = 122+90+31=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5A1F is #85A5E0. Grayscale: #5D5D5D. Windows color (decimal): -8758753 or 2054778. OLE color: 2054778.
HSL color Cylindrical-coordinate representation of color #7A5A1F: hue angle of 38.9º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A5A1F is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 90 | 31 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.52 |
| HSL | 38.9º | 0.59% | 0.3% | - |
| HSV(B) | 38.9º | 0.75% | 0.48% | - |
| XYZ | 11.93 | 11.55 | 2.9 | - |
| YUV | 92.84 | 93.1 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 31 | 0 | 0.26 | 0.75 | 0.52 | 38.9 | 0.59 | 0.3 |
| Hex | 7A | 5A | 1F | 0 | 1A | 4B | 34 | 27 | 3B | 1E |
| Octal | 172 | 132 | 37 | 0 | 32 | 113 | 64 | 47 | 73 | 36 |
| Binary | 1111010 | 1011010 | 11111 | 0 | 11010 | 1001011 | 110100 | 100111 | 111011 | 11110 |
Color Harmonies of #7A5A1F
Complementary color
Monochromatic Colors of #7A5A1F
Black with #7A5A1F
Text Example
Text Example
White with #7A5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5A1F; }
p { color: rgb(122,90,31); }
H1.HeaderClassName
{
color: #7A5A1F;
}
.AnyTagClassName
{
color: #7A5A1F;
}
</style>
background-color css
<style>
a { background-color: #7A5A1F; }
a { background-color: rgb(122,90,31); }
div.DivClassName
{
background-color: #7A5A1F;
}
.BgClassName
{
background-color: #7A5A1F;
}
</style>
border-color css
<style>
span { border-color: #7A5A1F; }
span { border-color: rgb(122,90,31); }
td.TdClassName
{
border-color: #7A5A1F;
}
.TagClassName
{
border-color: #7A5A1F;
}
</style>