Shades of Hot Curry #785A29
Tints of Hot Curry #785A29
RGB
CMYK
RGB Variations
Color information
#785A29 (or 0x785A29) is known color: Hot Curry. HEX triplet: 78, 5A and 29. RGB value is (120,90,41). Sum of RGB (Red+Green+Blue) = 120+90+41=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #785A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A29 is #87A5D6. Grayscale: #5D5D5D. Windows color (decimal): -8889815 or 2710136. OLE color: 2710136.
HSL color Cylindrical-coordinate representation of color #785A29: hue angle of 37.22º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #785A29 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 41 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.53 |
| HSL | 37.22º | 0.49% | 0.32% | - |
| HSV(B) | 37.22º | 0.66% | 0.47% | - |
| XYZ | 11.8 | 11.47 | 3.69 | - |
| YUV | 93.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 41 | 0 | 0.25 | 0.66 | 0.53 | 37.22 | 0.49 | 0.32 |
| Hex | 78 | 5A | 29 | 0 | 19 | 42 | 35 | 25 | 31 | 20 |
| Octal | 170 | 132 | 51 | 0 | 31 | 102 | 65 | 45 | 61 | 40 |
| Binary | 1111000 | 1011010 | 101001 | 0 | 11001 | 1000010 | 110101 | 100101 | 110001 | 100000 |
Color Harmonies of #785A29
Complementary color
Monochromatic Colors of #785A29
Black with #785A29
Text Example
Text Example
White with #785A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A29; }
p { color: rgb(120,90,41); }
H1.HeaderClassName
{
color: #785A29;
}
.AnyTagClassName
{
color: #785A29;
}
</style>
background-color css
<style>
a { background-color: #785A29; }
a { background-color: rgb(120,90,41); }
div.DivClassName
{
background-color: #785A29;
}
.BgClassName
{
background-color: #785A29;
}
</style>
border-color css
<style>
span { border-color: #785A29; }
span { border-color: rgb(120,90,41); }
td.TdClassName
{
border-color: #785A29;
}
.TagClassName
{
border-color: #785A29;
}
</style>