Shades of Hot Curry #795220
Tints of Hot Curry #795220
RGB
CMYK
RGB Variations
Color information
#795220 (or 0x795220) is known color: Hot Curry. HEX triplet: 79, 52 and 20. RGB value is (121,82,32). Sum of RGB (Red+Green+Blue) = 121+82+32=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #795220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795220 is #86ADDF. Grayscale: #585858. Windows color (decimal): -8826336 or 2118265. OLE color: 2118265.
HSL color Cylindrical-coordinate representation of color #795220: hue angle of 33.71º degrees, saturation: 0.58, 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 #795220 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 32 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.53 |
| HSL | 33.71º | 0.58% | 0.3% | - |
| HSV(B) | 33.71º | 0.74% | 0.47% | - |
| XYZ | 11.16 | 10.2 | 2.75 | - |
| YUV | 87.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 32 | 0 | 0.32 | 0.74 | 0.53 | 33.71 | 0.58 | 0.3 |
| Hex | 79 | 52 | 20 | 0 | 20 | 4A | 35 | 22 | 3A | 1E |
| Octal | 171 | 122 | 40 | 0 | 40 | 112 | 65 | 42 | 72 | 36 |
| Binary | 1111001 | 1010010 | 100000 | 0 | 100000 | 1001010 | 110101 | 100010 | 111010 | 11110 |
Color Harmonies of #795220
Complementary color
Monochromatic Colors of #795220
Black with #795220
Text Example
Text Example
White with #795220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795220; }
p { color: rgb(121,82,32); }
H1.HeaderClassName
{
color: #795220;
}
.AnyTagClassName
{
color: #795220;
}
</style>
background-color css
<style>
a { background-color: #795220; }
a { background-color: rgb(121,82,32); }
div.DivClassName
{
background-color: #795220;
}
.BgClassName
{
background-color: #795220;
}
</style>
border-color css
<style>
span { border-color: #795220; }
span { border-color: rgb(121,82,32); }
td.TdClassName
{
border-color: #795220;
}
.TagClassName
{
border-color: #795220;
}
</style>