Shades of Hot Curry #785C22
Tints of Hot Curry #785C22
RGB
CMYK
RGB Variations
Color information
#785C22 (or 0x785C22) is known color: Hot Curry. HEX triplet: 78, 5C and 22. RGB value is (120,92,34). Sum of RGB (Red+Green+Blue) = 120+92+34=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #785C22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C22 is #87A3DD. Grayscale: #5E5E5E. Windows color (decimal): -8889310 or 2251896. OLE color: 2251896.
HSL color Cylindrical-coordinate representation of color #785C22: hue angle of 40.47º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #785C22 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 34 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.53 |
| HSL | 40.47º | 0.56% | 0.3% | - |
| HSV(B) | 40.47º | 0.72% | 0.47% | - |
| XYZ | 11.86 | 11.76 | 3.16 | - |
| YUV | 93.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 34 | 0 | 0.23 | 0.72 | 0.53 | 40.47 | 0.56 | 0.3 |
| Hex | 78 | 5C | 22 | 0 | 17 | 48 | 35 | 28 | 38 | 1E |
| Octal | 170 | 134 | 42 | 0 | 27 | 110 | 65 | 50 | 70 | 36 |
| Binary | 1111000 | 1011100 | 100010 | 0 | 10111 | 1001000 | 110101 | 101000 | 111000 | 11110 |
Color Harmonies of #785C22
Complementary color
Monochromatic Colors of #785C22
Black with #785C22
Text Example
Text Example
White with #785C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C22; }
p { color: rgb(120,92,34); }
H1.HeaderClassName
{
color: #785C22;
}
.AnyTagClassName
{
color: #785C22;
}
</style>
background-color css
<style>
a { background-color: #785C22; }
a { background-color: rgb(120,92,34); }
div.DivClassName
{
background-color: #785C22;
}
.BgClassName
{
background-color: #785C22;
}
</style>
border-color css
<style>
span { border-color: #785C22; }
span { border-color: rgb(120,92,34); }
td.TdClassName
{
border-color: #785C22;
}
.TagClassName
{
border-color: #785C22;
}
</style>