Shades of Hot Curry #785C2E
Tints of Hot Curry #785C2E
RGB
CMYK
RGB Variations
Color information
#785C2E (or 0x785C2E) is known color: Hot Curry. HEX triplet: 78, 5C and 2E. RGB value is (120,92,46). Sum of RGB (Red+Green+Blue) = 120+92+46=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #785C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C2E is #87A3D1. Grayscale: #5F5F5F. Windows color (decimal): -8889298 or 3038328. OLE color: 3038328.
HSL color Cylindrical-coordinate representation of color #785C2E: hue angle of 37.3º 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 #785C2E is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 46 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.53 |
| HSL | 37.3º | 0.45% | 0.33% | - |
| HSV(B) | 37.3º | 0.62% | 0.47% | - |
| XYZ | 12.07 | 11.84 | 4.24 | - |
| YUV | 95.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 46 | 0 | 0.23 | 0.62 | 0.53 | 37.3 | 0.45 | 0.33 |
| Hex | 78 | 5C | 2E | 0 | 17 | 3E | 35 | 25 | 2D | 21 |
| Octal | 170 | 134 | 56 | 0 | 27 | 76 | 65 | 45 | 55 | 41 |
| Binary | 1111000 | 1011100 | 101110 | 0 | 10111 | 111110 | 110101 | 100101 | 101101 | 100001 |
Color Harmonies of #785C2E
Complementary color
Monochromatic Colors of #785C2E
Black with #785C2E
Text Example
Text Example
White with #785C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C2E; }
p { color: rgb(120,92,46); }
H1.HeaderClassName
{
color: #785C2E;
}
.AnyTagClassName
{
color: #785C2E;
}
</style>
background-color css
<style>
a { background-color: #785C2E; }
a { background-color: rgb(120,92,46); }
div.DivClassName
{
background-color: #785C2E;
}
.BgClassName
{
background-color: #785C2E;
}
</style>
border-color css
<style>
span { border-color: #785C2E; }
span { border-color: rgb(120,92,46); }
td.TdClassName
{
border-color: #785C2E;
}
.TagClassName
{
border-color: #785C2E;
}
</style>