Shades of Hot Curry #785C2C
Tints of Hot Curry #785C2C
RGB
CMYK
RGB Variations
Color information
#785C2C (or 0x785C2C) is known color: Hot Curry. HEX triplet: 78, 5C and 2C. RGB value is (120,92,44). Sum of RGB (Red+Green+Blue) = 120+92+44=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #785C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C2C is #87A3D3. Grayscale: #5F5F5F. Windows color (decimal): -8889300 or 2907256. OLE color: 2907256.
HSL color Cylindrical-coordinate representation of color #785C2C: hue angle of 37.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #785C2C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 44 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.53 |
| HSL | 37.89º | 0.46% | 0.32% | - |
| HSV(B) | 37.89º | 0.63% | 0.47% | - |
| XYZ | 12.03 | 11.83 | 4.03 | - |
| YUV | 94.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 44 | 0 | 0.23 | 0.63 | 0.53 | 37.89 | 0.46 | 0.32 |
| Hex | 78 | 5C | 2C | 0 | 17 | 3F | 35 | 26 | 2E | 20 |
| Octal | 170 | 134 | 54 | 0 | 27 | 77 | 65 | 46 | 56 | 40 |
| Binary | 1111000 | 1011100 | 101100 | 0 | 10111 | 111111 | 110101 | 100110 | 101110 | 100000 |
Color Harmonies of #785C2C
Complementary color
Monochromatic Colors of #785C2C
Black with #785C2C
Text Example
Text Example
White with #785C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C2C; }
p { color: rgb(120,92,44); }
H1.HeaderClassName
{
color: #785C2C;
}
.AnyTagClassName
{
color: #785C2C;
}
</style>
background-color css
<style>
a { background-color: #785C2C; }
a { background-color: rgb(120,92,44); }
div.DivClassName
{
background-color: #785C2C;
}
.BgClassName
{
background-color: #785C2C;
}
</style>
border-color css
<style>
span { border-color: #785C2C; }
span { border-color: rgb(120,92,44); }
td.TdClassName
{
border-color: #785C2C;
}
.TagClassName
{
border-color: #785C2C;
}
</style>