Shades of Hot Curry #785D2A
Tints of Hot Curry #785D2A
RGB
CMYK
RGB Variations
Color information
#785D2A (or 0x785D2A) is known color: Hot Curry. HEX triplet: 78, 5D and 2A. RGB value is (120,93,42). Sum of RGB (Red+Green+Blue) = 120+93+42=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #785D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D2A is #87A2D5. Grayscale: #5F5F5F. Windows color (decimal): -8889046 or 2776440. OLE color: 2776440.
HSL color Cylindrical-coordinate representation of color #785D2A: hue angle of 39.23º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #785D2A is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 42 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.53 |
| HSL | 39.23º | 0.48% | 0.32% | - |
| HSV(B) | 39.23º | 0.65% | 0.47% | - |
| XYZ | 12.08 | 11.99 | 3.87 | - |
| YUV | 95.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 42 | 0 | 0.22 | 0.65 | 0.53 | 39.23 | 0.48 | 0.32 |
| Hex | 78 | 5D | 2A | 0 | 16 | 41 | 35 | 27 | 30 | 20 |
| Octal | 170 | 135 | 52 | 0 | 26 | 101 | 65 | 47 | 60 | 40 |
| Binary | 1111000 | 1011101 | 101010 | 0 | 10110 | 1000001 | 110101 | 100111 | 110000 | 100000 |
Color Harmonies of #785D2A
Complementary color
Monochromatic Colors of #785D2A
Black with #785D2A
Text Example
Text Example
White with #785D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D2A; }
p { color: rgb(120,93,42); }
H1.HeaderClassName
{
color: #785D2A;
}
.AnyTagClassName
{
color: #785D2A;
}
</style>
background-color css
<style>
a { background-color: #785D2A; }
a { background-color: rgb(120,93,42); }
div.DivClassName
{
background-color: #785D2A;
}
.BgClassName
{
background-color: #785D2A;
}
</style>
border-color css
<style>
span { border-color: #785D2A; }
span { border-color: rgb(120,93,42); }
td.TdClassName
{
border-color: #785D2A;
}
.TagClassName
{
border-color: #785D2A;
}
</style>