Shades of Hot Curry #785223
Tints of Hot Curry #785223
RGB
CMYK
RGB Variations
Color information
#785223 (or 0x785223) is known color: Hot Curry. HEX triplet: 78, 52 and 23. RGB value is (120,82,35). Sum of RGB (Red+Green+Blue) = 120+82+35=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #785223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785223 is #87ADDC. Grayscale: #585858. Windows color (decimal): -8891869 or 2314872. OLE color: 2314872.
HSL color Cylindrical-coordinate representation of color #785223: hue angle of 33.18º 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 #785223 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 35 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.53 |
| HSL | 33.18º | 0.55% | 0.3% | - |
| HSV(B) | 33.18º | 0.71% | 0.47% | - |
| XYZ | 11.07 | 10.15 | 2.97 | - |
| YUV | 88 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 35 | 0 | 0.32 | 0.71 | 0.53 | 33.18 | 0.55 | 0.3 |
| Hex | 78 | 52 | 23 | 0 | 20 | 47 | 35 | 21 | 37 | 1E |
| Octal | 170 | 122 | 43 | 0 | 40 | 107 | 65 | 41 | 67 | 36 |
| Binary | 1111000 | 1010010 | 100011 | 0 | 100000 | 1000111 | 110101 | 100001 | 110111 | 11110 |
Color Harmonies of #785223
Complementary color
Monochromatic Colors of #785223
Black with #785223
Text Example
Text Example
White with #785223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785223; }
p { color: rgb(120,82,35); }
H1.HeaderClassName
{
color: #785223;
}
.AnyTagClassName
{
color: #785223;
}
</style>
background-color css
<style>
a { background-color: #785223; }
a { background-color: rgb(120,82,35); }
div.DivClassName
{
background-color: #785223;
}
.BgClassName
{
background-color: #785223;
}
</style>
border-color css
<style>
span { border-color: #785223; }
span { border-color: rgb(120,82,35); }
td.TdClassName
{
border-color: #785223;
}
.TagClassName
{
border-color: #785223;
}
</style>