Shades of Hot Curry #785B2B
Tints of Hot Curry #785B2B
RGB
CMYK
RGB Variations
Color information
#785B2B (or 0x785B2B) is known color: Hot Curry. HEX triplet: 78, 5B and 2B. RGB value is (120,91,43). Sum of RGB (Red+Green+Blue) = 120+91+43=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #785B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B2B is #87A4D4. Grayscale: #5E5E5E. Windows color (decimal): -8889557 or 2841464. OLE color: 2841464.
HSL color Cylindrical-coordinate representation of color #785B2B: hue angle of 37.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #785B2B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 43 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.53 |
| HSL | 37.4º | 0.47% | 0.32% | - |
| HSV(B) | 37.4º | 0.64% | 0.47% | - |
| XYZ | 11.92 | 11.65 | 3.91 | - |
| YUV | 94.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 43 | 0 | 0.24 | 0.64 | 0.53 | 37.4 | 0.47 | 0.32 |
| Hex | 78 | 5B | 2B | 0 | 18 | 40 | 35 | 25 | 2F | 20 |
| Octal | 170 | 133 | 53 | 0 | 30 | 100 | 65 | 45 | 57 | 40 |
| Binary | 1111000 | 1011011 | 101011 | 0 | 11000 | 1000000 | 110101 | 100101 | 101111 | 100000 |
Color Harmonies of #785B2B
Complementary color
Monochromatic Colors of #785B2B
Black with #785B2B
Text Example
Text Example
White with #785B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B2B; }
p { color: rgb(120,91,43); }
H1.HeaderClassName
{
color: #785B2B;
}
.AnyTagClassName
{
color: #785B2B;
}
</style>
background-color css
<style>
a { background-color: #785B2B; }
a { background-color: rgb(120,91,43); }
div.DivClassName
{
background-color: #785B2B;
}
.BgClassName
{
background-color: #785B2B;
}
</style>
border-color css
<style>
span { border-color: #785B2B; }
span { border-color: rgb(120,91,43); }
td.TdClassName
{
border-color: #785B2B;
}
.TagClassName
{
border-color: #785B2B;
}
</style>