Shades of Hot Curry #795223
Tints of Hot Curry #795223
RGB
CMYK
RGB Variations
Color information
#795223 (or 0x795223) is known color: Hot Curry. HEX triplet: 79, 52 and 23. RGB value is (121,82,35). Sum of RGB (Red+Green+Blue) = 121+82+35=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #795223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795223 is #86ADDC. Grayscale: #585858. Windows color (decimal): -8826333 or 2314873. OLE color: 2314873.
HSL color Cylindrical-coordinate representation of color #795223: hue angle of 32.79º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #795223 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 35 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.53 |
| HSL | 32.79º | 0.55% | 0.31% | - |
| HSV(B) | 32.79º | 0.71% | 0.47% | - |
| XYZ | 11.21 | 10.22 | 2.97 | - |
| YUV | 88.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 35 | 0 | 0.32 | 0.71 | 0.53 | 32.79 | 0.55 | 0.31 |
| Hex | 79 | 52 | 23 | 0 | 20 | 47 | 35 | 21 | 37 | 1F |
| Octal | 171 | 122 | 43 | 0 | 40 | 107 | 65 | 41 | 67 | 37 |
| Binary | 1111001 | 1010010 | 100011 | 0 | 100000 | 1000111 | 110101 | 100001 | 110111 | 11111 |
Color Harmonies of #795223
Complementary color
Monochromatic Colors of #795223
Black with #795223
Text Example
Text Example
White with #795223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795223; }
p { color: rgb(121,82,35); }
H1.HeaderClassName
{
color: #795223;
}
.AnyTagClassName
{
color: #795223;
}
</style>
background-color css
<style>
a { background-color: #795223; }
a { background-color: rgb(121,82,35); }
div.DivClassName
{
background-color: #795223;
}
.BgClassName
{
background-color: #795223;
}
</style>
border-color css
<style>
span { border-color: #795223; }
span { border-color: rgb(121,82,35); }
td.TdClassName
{
border-color: #795223;
}
.TagClassName
{
border-color: #795223;
}
</style>