Shades of Hot Curry #785D2E
Tints of Hot Curry #785D2E
RGB
CMYK
RGB Variations
Color information
#785D2E (or 0x785D2E) is known color: Hot Curry. HEX triplet: 78, 5D and 2E. RGB value is (120,93,46). Sum of RGB (Red+Green+Blue) = 120+93+46=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #785D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D2E is #87A2D1. Grayscale: #5F5F5F. Windows color (decimal): -8889042 or 3038584. OLE color: 3038584.
HSL color Cylindrical-coordinate representation of color #785D2E: hue angle of 38.11º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785D2E is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 46 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.53 |
| HSL | 38.11º | 0.45% | 0.33% | - |
| HSV(B) | 38.11º | 0.62% | 0.47% | - |
| XYZ | 12.15 | 12.02 | 4.26 | - |
| YUV | 95.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 46 | 0 | 0.22 | 0.62 | 0.53 | 38.11 | 0.45 | 0.33 |
| Hex | 78 | 5D | 2E | 0 | 16 | 3E | 35 | 26 | 2D | 21 |
| Octal | 170 | 135 | 56 | 0 | 26 | 76 | 65 | 46 | 55 | 41 |
| Binary | 1111000 | 1011101 | 101110 | 0 | 10110 | 111110 | 110101 | 100110 | 101101 | 100001 |
Color Harmonies of #785D2E
Complementary color
Monochromatic Colors of #785D2E
Black with #785D2E
Text Example
Text Example
White with #785D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D2E; }
p { color: rgb(120,93,46); }
H1.HeaderClassName
{
color: #785D2E;
}
.AnyTagClassName
{
color: #785D2E;
}
</style>
background-color css
<style>
a { background-color: #785D2E; }
a { background-color: rgb(120,93,46); }
div.DivClassName
{
background-color: #785D2E;
}
.BgClassName
{
background-color: #785D2E;
}
</style>
border-color css
<style>
span { border-color: #785D2E; }
span { border-color: rgb(120,93,46); }
td.TdClassName
{
border-color: #785D2E;
}
.TagClassName
{
border-color: #785D2E;
}
</style>