Shades of Hot Curry #795D1E
Tints of Hot Curry #795D1E
RGB
CMYK
RGB Variations
Color information
#795D1E (or 0x795D1E) is known color: Hot Curry. HEX triplet: 79, 5D and 1E. RGB value is (121,93,30). Sum of RGB (Red+Green+Blue) = 121+93+30=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #795D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D1E is #86A2E1. Grayscale: #5E5E5E. Windows color (decimal): -8823522 or 1990009. OLE color: 1990009.
HSL color Cylindrical-coordinate representation of color #795D1E: hue angle of 41.54º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #795D1E is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 30 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.53 |
| HSL | 41.54º | 0.6% | 0.3% | - |
| HSV(B) | 41.54º | 0.75% | 0.47% | - |
| XYZ | 12.03 | 11.99 | 2.91 | - |
| YUV | 94.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 30 | 0 | 0.23 | 0.75 | 0.53 | 41.54 | 0.6 | 0.3 |
| Hex | 79 | 5D | 1E | 0 | 17 | 4B | 35 | 2A | 3C | 1E |
| Octal | 171 | 135 | 36 | 0 | 27 | 113 | 65 | 52 | 74 | 36 |
| Binary | 1111001 | 1011101 | 11110 | 0 | 10111 | 1001011 | 110101 | 101010 | 111100 | 11110 |
Color Harmonies of #795D1E
Complementary color
Monochromatic Colors of #795D1E
Black with #795D1E
Text Example
Text Example
White with #795D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D1E; }
p { color: rgb(121,93,30); }
H1.HeaderClassName
{
color: #795D1E;
}
.AnyTagClassName
{
color: #795D1E;
}
</style>
background-color css
<style>
a { background-color: #795D1E; }
a { background-color: rgb(121,93,30); }
div.DivClassName
{
background-color: #795D1E;
}
.BgClassName
{
background-color: #795D1E;
}
</style>
border-color css
<style>
span { border-color: #795D1E; }
span { border-color: rgb(121,93,30); }
td.TdClassName
{
border-color: #795D1E;
}
.TagClassName
{
border-color: #795D1E;
}
</style>