Shades of Hot Curry #79521F
Tints of Hot Curry #79521F
RGB
CMYK
RGB Variations
Color information
#79521F (or 0x79521F) is known color: Hot Curry. HEX triplet: 79, 52 and 1F. RGB value is (121,82,31). Sum of RGB (Red+Green+Blue) = 121+82+31=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79521F is #86ADE0. Grayscale: #585858. Windows color (decimal): -8826337 or 2052729. OLE color: 2052729.
HSL color Cylindrical-coordinate representation of color #79521F: hue angle of 34º 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 #79521F is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 31 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.53 |
| HSL | 34º | 0.59% | 0.3% | - |
| HSV(B) | 34º | 0.74% | 0.47% | - |
| XYZ | 11.15 | 10.2 | 2.68 | - |
| YUV | 87.85 | 95.92 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 31 | 0 | 0.32 | 0.74 | 0.53 | 34 | 0.59 | 0.3 |
| Hex | 79 | 52 | 1F | 0 | 20 | 4A | 35 | 22 | 3B | 1E |
| Octal | 171 | 122 | 37 | 0 | 40 | 112 | 65 | 42 | 73 | 36 |
| Binary | 1111001 | 1010010 | 11111 | 0 | 100000 | 1001010 | 110101 | 100010 | 111011 | 11110 |
Color Harmonies of #79521F
Complementary color
Monochromatic Colors of #79521F
Black with #79521F
Text Example
Text Example
White with #79521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79521F; }
p { color: rgb(121,82,31); }
H1.HeaderClassName
{
color: #79521F;
}
.AnyTagClassName
{
color: #79521F;
}
</style>
background-color css
<style>
a { background-color: #79521F; }
a { background-color: rgb(121,82,31); }
div.DivClassName
{
background-color: #79521F;
}
.BgClassName
{
background-color: #79521F;
}
</style>
border-color css
<style>
span { border-color: #79521F; }
span { border-color: rgb(121,82,31); }
td.TdClassName
{
border-color: #79521F;
}
.TagClassName
{
border-color: #79521F;
}
</style>