Shades of Hot Curry #7A5828
Tints of Hot Curry #7A5828
RGB
CMYK
RGB Variations
Color information
#7A5828 (or 0x7A5828) is known color: Hot Curry. HEX triplet: 7A, 58 and 28. RGB value is (122,88,40). Sum of RGB (Red+Green+Blue) = 122+88+40=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5828 is #85A7D7. Grayscale: #5C5C5C. Windows color (decimal): -8759256 or 2644090. OLE color: 2644090.
HSL color Cylindrical-coordinate representation of color #7A5828: hue angle of 35.12º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A5828 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 88 | 40 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.52 |
| HSL | 35.12º | 0.51% | 0.32% | - |
| HSV(B) | 35.12º | 0.67% | 0.48% | - |
| XYZ | 11.9 | 11.27 | 3.56 | - |
| YUV | 92.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 40 | 0 | 0.28 | 0.67 | 0.52 | 35.12 | 0.51 | 0.32 |
| Hex | 7A | 58 | 28 | 0 | 1C | 43 | 34 | 23 | 33 | 20 |
| Octal | 172 | 130 | 50 | 0 | 34 | 103 | 64 | 43 | 63 | 40 |
| Binary | 1111010 | 1011000 | 101000 | 0 | 11100 | 1000011 | 110100 | 100011 | 110011 | 100000 |
Color Harmonies of #7A5828
Complementary color
Monochromatic Colors of #7A5828
Black with #7A5828
Text Example
Text Example
White with #7A5828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5828; }
p { color: rgb(122,88,40); }
H1.HeaderClassName
{
color: #7A5828;
}
.AnyTagClassName
{
color: #7A5828;
}
</style>
background-color css
<style>
a { background-color: #7A5828; }
a { background-color: rgb(122,88,40); }
div.DivClassName
{
background-color: #7A5828;
}
.BgClassName
{
background-color: #7A5828;
}
</style>
border-color css
<style>
span { border-color: #7A5828; }
span { border-color: rgb(122,88,40); }
td.TdClassName
{
border-color: #7A5828;
}
.TagClassName
{
border-color: #7A5828;
}
</style>