Shades of Hot Curry #785D2D
Tints of Hot Curry #785D2D
RGB
CMYK
RGB Variations
Color information
#785D2D (or 0x785D2D) is known color: Hot Curry. HEX triplet: 78, 5D and 2D. RGB value is (120,93,45). Sum of RGB (Red+Green+Blue) = 120+93+45=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #785D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D2D is #87A2D2. Grayscale: #5F5F5F. Windows color (decimal): -8889043 or 2973048. OLE color: 2973048.
HSL color Cylindrical-coordinate representation of color #785D2D: hue angle of 38.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785D2D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 45 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.53 |
| HSL | 38.4º | 0.45% | 0.32% | - |
| HSV(B) | 38.4º | 0.63% | 0.47% | - |
| XYZ | 12.13 | 12.01 | 4.16 | - |
| YUV | 95.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 45 | 0 | 0.22 | 0.63 | 0.53 | 38.4 | 0.45 | 0.32 |
| Hex | 78 | 5D | 2D | 0 | 16 | 3F | 35 | 26 | 2D | 20 |
| Octal | 170 | 135 | 55 | 0 | 26 | 77 | 65 | 46 | 55 | 40 |
| Binary | 1111000 | 1011101 | 101101 | 0 | 10110 | 111111 | 110101 | 100110 | 101101 | 100000 |
Color Harmonies of #785D2D
Complementary color
Monochromatic Colors of #785D2D
Black with #785D2D
Text Example
Text Example
White with #785D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D2D; }
p { color: rgb(120,93,45); }
H1.HeaderClassName
{
color: #785D2D;
}
.AnyTagClassName
{
color: #785D2D;
}
</style>
background-color css
<style>
a { background-color: #785D2D; }
a { background-color: rgb(120,93,45); }
div.DivClassName
{
background-color: #785D2D;
}
.BgClassName
{
background-color: #785D2D;
}
</style>
border-color css
<style>
span { border-color: #785D2D; }
span { border-color: rgb(120,93,45); }
td.TdClassName
{
border-color: #785D2D;
}
.TagClassName
{
border-color: #785D2D;
}
</style>