Shades of Hot Curry #785B2D
Tints of Hot Curry #785B2D
RGB
CMYK
RGB Variations
Color information
#785B2D (or 0x785B2D) is known color: Hot Curry. HEX triplet: 78, 5B and 2D. RGB value is (120,91,45). Sum of RGB (Red+Green+Blue) = 120+91+45=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #785B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B2D is #87A4D2. Grayscale: #5E5E5E. Windows color (decimal): -8889555 or 2972536. OLE color: 2972536.
HSL color Cylindrical-coordinate representation of color #785B2D: hue angle of 36.8º 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 #785B2D is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 45 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.53 |
| HSL | 36.8º | 0.45% | 0.32% | - |
| HSV(B) | 36.8º | 0.63% | 0.47% | - |
| XYZ | 11.96 | 11.66 | 4.1 | - |
| YUV | 94.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 45 | 0 | 0.24 | 0.63 | 0.53 | 36.8 | 0.45 | 0.32 |
| Hex | 78 | 5B | 2D | 0 | 18 | 3F | 35 | 25 | 2D | 20 |
| Octal | 170 | 133 | 55 | 0 | 30 | 77 | 65 | 45 | 55 | 40 |
| Binary | 1111000 | 1011011 | 101101 | 0 | 11000 | 111111 | 110101 | 100101 | 101101 | 100000 |
Color Harmonies of #785B2D
Complementary color
Monochromatic Colors of #785B2D
Black with #785B2D
Text Example
Text Example
White with #785B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B2D; }
p { color: rgb(120,91,45); }
H1.HeaderClassName
{
color: #785B2D;
}
.AnyTagClassName
{
color: #785B2D;
}
</style>
background-color css
<style>
a { background-color: #785B2D; }
a { background-color: rgb(120,91,45); }
div.DivClassName
{
background-color: #785B2D;
}
.BgClassName
{
background-color: #785B2D;
}
</style>
border-color css
<style>
span { border-color: #785B2D; }
span { border-color: rgb(120,91,45); }
td.TdClassName
{
border-color: #785B2D;
}
.TagClassName
{
border-color: #785B2D;
}
</style>