Shades of Hot Curry #785E28
Tints of Hot Curry #785E28
RGB
CMYK
RGB Variations
Color information
#785E28 (or 0x785E28) is known color: Hot Curry. HEX triplet: 78, 5E and 28. RGB value is (120,94,40). Sum of RGB (Red+Green+Blue) = 120+94+40=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #785E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E28 is #87A1D7. Grayscale: #5F5F5F. Windows color (decimal): -8888792 or 2645624. OLE color: 2645624.
HSL color Cylindrical-coordinate representation of color #785E28: hue angle of 40.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #785E28 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 40 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.53 |
| HSL | 40.5º | 0.5% | 0.31% | - |
| HSV(B) | 40.5º | 0.67% | 0.47% | - |
| XYZ | 12.13 | 12.15 | 3.71 | - |
| YUV | 95.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 40 | 0 | 0.22 | 0.67 | 0.53 | 40.5 | 0.5 | 0.31 |
| Hex | 78 | 5E | 28 | 0 | 16 | 43 | 35 | 28 | 32 | 1F |
| Octal | 170 | 136 | 50 | 0 | 26 | 103 | 65 | 50 | 62 | 37 |
| Binary | 1111000 | 1011110 | 101000 | 0 | 10110 | 1000011 | 110101 | 101000 | 110010 | 11111 |
Color Harmonies of #785E28
Complementary color
Monochromatic Colors of #785E28
Black with #785E28
Text Example
Text Example
White with #785E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E28; }
p { color: rgb(120,94,40); }
H1.HeaderClassName
{
color: #785E28;
}
.AnyTagClassName
{
color: #785E28;
}
</style>
background-color css
<style>
a { background-color: #785E28; }
a { background-color: rgb(120,94,40); }
div.DivClassName
{
background-color: #785E28;
}
.BgClassName
{
background-color: #785E28;
}
</style>
border-color css
<style>
span { border-color: #785E28; }
span { border-color: rgb(120,94,40); }
td.TdClassName
{
border-color: #785E28;
}
.TagClassName
{
border-color: #785E28;
}
</style>