Shades of Hot Curry #785A1D
Tints of Hot Curry #785A1D
RGB
CMYK
RGB Variations
Color information
#785A1D (or 0x785A1D) is known color: Hot Curry. HEX triplet: 78, 5A and 1D. RGB value is (120,90,29). Sum of RGB (Red+Green+Blue) = 120+90+29=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #785A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A1D is #87A5E2. Grayscale: #5C5C5C. Windows color (decimal): -8889827 or 1923704. OLE color: 1923704.
HSL color Cylindrical-coordinate representation of color #785A1D: hue angle of 40.22º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #785A1D is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 29 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.53 |
| HSL | 40.22º | 0.61% | 0.29% | - |
| HSV(B) | 40.22º | 0.76% | 0.47% | - |
| XYZ | 11.62 | 11.39 | 2.75 | - |
| YUV | 92.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 29 | 0 | 0.25 | 0.76 | 0.53 | 40.22 | 0.61 | 0.29 |
| Hex | 78 | 5A | 1D | 0 | 19 | 4C | 35 | 28 | 3D | 1D |
| Octal | 170 | 132 | 35 | 0 | 31 | 114 | 65 | 50 | 75 | 35 |
| Binary | 1111000 | 1011010 | 11101 | 0 | 11001 | 1001100 | 110101 | 101000 | 111101 | 11101 |
Color Harmonies of #785A1D
Complementary color
Monochromatic Colors of #785A1D
Black with #785A1D
Text Example
Text Example
White with #785A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A1D; }
p { color: rgb(120,90,29); }
H1.HeaderClassName
{
color: #785A1D;
}
.AnyTagClassName
{
color: #785A1D;
}
</style>
background-color css
<style>
a { background-color: #785A1D; }
a { background-color: rgb(120,90,29); }
div.DivClassName
{
background-color: #785A1D;
}
.BgClassName
{
background-color: #785A1D;
}
</style>
border-color css
<style>
span { border-color: #785A1D; }
span { border-color: rgb(120,90,29); }
td.TdClassName
{
border-color: #785A1D;
}
.TagClassName
{
border-color: #785A1D;
}
</style>