Shades of Hot Curry #785123
Tints of Hot Curry #785123
RGB
CMYK
RGB Variations
Color information
#785123 (or 0x785123) is known color: Hot Curry. HEX triplet: 78, 51 and 23. RGB value is (120,81,35). Sum of RGB (Red+Green+Blue) = 120+81+35=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #785123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785123 is #87AEDC. Grayscale: #575757. Windows color (decimal): -8892125 or 2314616. OLE color: 2314616.
HSL color Cylindrical-coordinate representation of color #785123: hue angle of 32.47º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #785123 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 35 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.53 |
| HSL | 32.47º | 0.55% | 0.3% | - |
| HSV(B) | 32.47º | 0.71% | 0.47% | - |
| XYZ | 10.99 | 10 | 2.94 | - |
| YUV | 87.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 35 | 0 | 0.32 | 0.71 | 0.53 | 32.47 | 0.55 | 0.3 |
| Hex | 78 | 51 | 23 | 0 | 20 | 47 | 35 | 20 | 37 | 1E |
| Octal | 170 | 121 | 43 | 0 | 40 | 107 | 65 | 40 | 67 | 36 |
| Binary | 1111000 | 1010001 | 100011 | 0 | 100000 | 1000111 | 110101 | 100000 | 110111 | 11110 |
Color Harmonies of #785123
Complementary color
Monochromatic Colors of #785123
Black with #785123
Text Example
Text Example
White with #785123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785123; }
p { color: rgb(120,81,35); }
H1.HeaderClassName
{
color: #785123;
}
.AnyTagClassName
{
color: #785123;
}
</style>
background-color css
<style>
a { background-color: #785123; }
a { background-color: rgb(120,81,35); }
div.DivClassName
{
background-color: #785123;
}
.BgClassName
{
background-color: #785123;
}
</style>
border-color css
<style>
span { border-color: #785123; }
span { border-color: rgb(120,81,35); }
td.TdClassName
{
border-color: #785123;
}
.TagClassName
{
border-color: #785123;
}
</style>