Shades of Hot Curry #785120
Tints of Hot Curry #785120
RGB
CMYK
RGB Variations
Color information
#785120 (or 0x785120) is known color: Hot Curry. HEX triplet: 78, 51 and 20. RGB value is (120,81,32). Sum of RGB (Red+Green+Blue) = 120+81+32=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #785120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785120 is #87AEDF. Grayscale: #575757. Windows color (decimal): -8892128 or 2118008. OLE color: 2118008.
HSL color Cylindrical-coordinate representation of color #785120: hue angle of 33.41º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #785120 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 32 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.53 |
| HSL | 33.41º | 0.58% | 0.3% | - |
| HSV(B) | 33.41º | 0.73% | 0.47% | - |
| XYZ | 10.95 | 9.98 | 2.72 | - |
| YUV | 87.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 32 | 0 | 0.32 | 0.73 | 0.53 | 33.41 | 0.58 | 0.3 |
| Hex | 78 | 51 | 20 | 0 | 20 | 49 | 35 | 21 | 3A | 1E |
| Octal | 170 | 121 | 40 | 0 | 40 | 111 | 65 | 41 | 72 | 36 |
| Binary | 1111000 | 1010001 | 100000 | 0 | 100000 | 1001001 | 110101 | 100001 | 111010 | 11110 |
Color Harmonies of #785120
Complementary color
Monochromatic Colors of #785120
Black with #785120
Text Example
Text Example
White with #785120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785120; }
p { color: rgb(120,81,32); }
H1.HeaderClassName
{
color: #785120;
}
.AnyTagClassName
{
color: #785120;
}
</style>
background-color css
<style>
a { background-color: #785120; }
a { background-color: rgb(120,81,32); }
div.DivClassName
{
background-color: #785120;
}
.BgClassName
{
background-color: #785120;
}
</style>
border-color css
<style>
span { border-color: #785120; }
span { border-color: rgb(120,81,32); }
td.TdClassName
{
border-color: #785120;
}
.TagClassName
{
border-color: #785120;
}
</style>