Shades of Hot Curry #795E24
Tints of Hot Curry #795E24
RGB
CMYK
RGB Variations
Color information
#795E24 (or 0x795E24) is known color: Hot Curry. HEX triplet: 79, 5E and 24. RGB value is (121,94,36). Sum of RGB (Red+Green+Blue) = 121+94+36=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #795E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795E24 is #86A1DB. Grayscale: #5F5F5F. Windows color (decimal): -8823260 or 2383481. OLE color: 2383481.
HSL color Cylindrical-coordinate representation of color #795E24: hue angle of 40.94º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #795E24 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 36 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.53 |
| HSL | 40.94º | 0.54% | 0.31% | - |
| HSV(B) | 40.94º | 0.7% | 0.47% | - |
| XYZ | 12.21 | 12.2 | 3.38 | - |
| YUV | 95.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 36 | 0 | 0.22 | 0.70 | 0.53 | 40.94 | 0.54 | 0.31 |
| Hex | 79 | 5E | 24 | 0 | 16 | 46 | 35 | 29 | 36 | 1F |
| Octal | 171 | 136 | 44 | 0 | 26 | 106 | 65 | 51 | 66 | 37 |
| Binary | 1111001 | 1011110 | 100100 | 0 | 10110 | 1000110 | 110101 | 101001 | 110110 | 11111 |
Color Harmonies of #795E24
Complementary color
Monochromatic Colors of #795E24
Black with #795E24
Text Example
Text Example
White with #795E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E24; }
p { color: rgb(121,94,36); }
H1.HeaderClassName
{
color: #795E24;
}
.AnyTagClassName
{
color: #795E24;
}
</style>
background-color css
<style>
a { background-color: #795E24; }
a { background-color: rgb(121,94,36); }
div.DivClassName
{
background-color: #795E24;
}
.BgClassName
{
background-color: #795E24;
}
</style>
border-color css
<style>
span { border-color: #795E24; }
span { border-color: rgb(121,94,36); }
td.TdClassName
{
border-color: #795E24;
}
.TagClassName
{
border-color: #795E24;
}
</style>