Shades of Hot Curry #79552A
Tints of Hot Curry #79552A
RGB
CMYK
RGB Variations
Color information
#79552A (or 0x79552A) is known color: Hot Curry. HEX triplet: 79, 55 and 2A. RGB value is (121,85,42). Sum of RGB (Red+Green+Blue) = 121+85+42=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79552A is #86AAD5. Grayscale: #5B5B5B. Windows color (decimal): -8825558 or 2774393. OLE color: 2774393.
HSL color Cylindrical-coordinate representation of color #79552A: hue angle of 32.66º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79552A is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 85 | 42 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.53 |
| HSL | 32.66º | 0.48% | 0.32% | - |
| HSV(B) | 32.66º | 0.65% | 0.47% | - |
| XYZ | 11.55 | 10.73 | 3.65 | - |
| YUV | 90.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 42 | 0 | 0.30 | 0.65 | 0.53 | 32.66 | 0.48 | 0.32 |
| Hex | 79 | 55 | 2A | 0 | 1E | 41 | 35 | 21 | 30 | 20 |
| Octal | 171 | 125 | 52 | 0 | 36 | 101 | 65 | 41 | 60 | 40 |
| Binary | 1111001 | 1010101 | 101010 | 0 | 11110 | 1000001 | 110101 | 100001 | 110000 | 100000 |
Color Harmonies of #79552A
Complementary color
Monochromatic Colors of #79552A
Black with #79552A
Text Example
Text Example
White with #79552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79552A; }
p { color: rgb(121,85,42); }
H1.HeaderClassName
{
color: #79552A;
}
.AnyTagClassName
{
color: #79552A;
}
</style>
background-color css
<style>
a { background-color: #79552A; }
a { background-color: rgb(121,85,42); }
div.DivClassName
{
background-color: #79552A;
}
.BgClassName
{
background-color: #79552A;
}
</style>
border-color css
<style>
span { border-color: #79552A; }
span { border-color: rgb(121,85,42); }
td.TdClassName
{
border-color: #79552A;
}
.TagClassName
{
border-color: #79552A;
}
</style>