Shades of Hot Curry #795D1F
Tints of Hot Curry #795D1F
RGB
CMYK
RGB Variations
Color information
#795D1F (or 0x795D1F) is known color: Hot Curry. HEX triplet: 79, 5D and 1F. RGB value is (121,93,31). Sum of RGB (Red+Green+Blue) = 121+93+31=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #795D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D1F is #86A2E0. Grayscale: #5E5E5E. Windows color (decimal): -8823521 or 2055545. OLE color: 2055545.
HSL color Cylindrical-coordinate representation of color #795D1F: hue angle of 41.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #795D1F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 31 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.53 |
| HSL | 41.33º | 0.59% | 0.3% | - |
| HSV(B) | 41.33º | 0.74% | 0.47% | - |
| XYZ | 12.05 | 11.99 | 2.98 | - |
| YUV | 94.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 31 | 0 | 0.23 | 0.74 | 0.53 | 41.33 | 0.59 | 0.3 |
| Hex | 79 | 5D | 1F | 0 | 17 | 4A | 35 | 29 | 3B | 1E |
| Octal | 171 | 135 | 37 | 0 | 27 | 112 | 65 | 51 | 73 | 36 |
| Binary | 1111001 | 1011101 | 11111 | 0 | 10111 | 1001010 | 110101 | 101001 | 111011 | 11110 |
Color Harmonies of #795D1F
Complementary color
Monochromatic Colors of #795D1F
Black with #795D1F
Text Example
Text Example
White with #795D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D1F; }
p { color: rgb(121,93,31); }
H1.HeaderClassName
{
color: #795D1F;
}
.AnyTagClassName
{
color: #795D1F;
}
</style>
background-color css
<style>
a { background-color: #795D1F; }
a { background-color: rgb(121,93,31); }
div.DivClassName
{
background-color: #795D1F;
}
.BgClassName
{
background-color: #795D1F;
}
</style>
border-color css
<style>
span { border-color: #795D1F; }
span { border-color: rgb(121,93,31); }
td.TdClassName
{
border-color: #795D1F;
}
.TagClassName
{
border-color: #795D1F;
}
</style>