Shades of Hot Curry #7A5D28
Tints of Hot Curry #7A5D28
RGB
CMYK
RGB Variations
Color information
#7A5D28 (or 0x7A5D28) is known color: Hot Curry. HEX triplet: 7A, 5D and 28. RGB value is (122,93,40). Sum of RGB (Red+Green+Blue) = 122+93+40=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5D28 is #85A2D7. Grayscale: #5F5F5F. Windows color (decimal): -8757976 or 2645370. OLE color: 2645370.
HSL color Cylindrical-coordinate representation of color #7A5D28: hue angle of 38.78º 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 #7A5D28 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 93 | 40 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.52 |
| HSL | 38.78º | 0.51% | 0.32% | - |
| HSV(B) | 38.78º | 0.67% | 0.48% | - |
| XYZ | 12.32 | 12.12 | 3.7 | - |
| YUV | 95.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 40 | 0 | 0.24 | 0.67 | 0.52 | 38.78 | 0.51 | 0.32 |
| Hex | 7A | 5D | 28 | 0 | 18 | 43 | 34 | 27 | 33 | 20 |
| Octal | 172 | 135 | 50 | 0 | 30 | 103 | 64 | 47 | 63 | 40 |
| Binary | 1111010 | 1011101 | 101000 | 0 | 11000 | 1000011 | 110100 | 100111 | 110011 | 100000 |
Color Harmonies of #7A5D28
Complementary color
Monochromatic Colors of #7A5D28
Black with #7A5D28
Text Example
Text Example
White with #7A5D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5D28; }
p { color: rgb(122,93,40); }
H1.HeaderClassName
{
color: #7A5D28;
}
.AnyTagClassName
{
color: #7A5D28;
}
</style>
background-color css
<style>
a { background-color: #7A5D28; }
a { background-color: rgb(122,93,40); }
div.DivClassName
{
background-color: #7A5D28;
}
.BgClassName
{
background-color: #7A5D28;
}
</style>
border-color css
<style>
span { border-color: #7A5D28; }
span { border-color: rgb(122,93,40); }
td.TdClassName
{
border-color: #7A5D28;
}
.TagClassName
{
border-color: #7A5D28;
}
</style>