Shades of Hot Curry #79551C
Tints of Hot Curry #79551C
RGB
CMYK
RGB Variations
Color information
#79551C (or 0x79551C) is known color: Hot Curry. HEX triplet: 79, 55 and 1C. RGB value is (121,85,28). Sum of RGB (Red+Green+Blue) = 121+85+28=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79551C is #86AAE3. Grayscale: #595959. Windows color (decimal): -8825572 or 1856889. OLE color: 1856889.
HSL color Cylindrical-coordinate representation of color #79551C: hue angle of 36.77º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79551C is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 85 | 28 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.53 |
| HSL | 36.77º | 0.62% | 0.29% | - |
| HSV(B) | 36.77º | 0.77% | 0.47% | - |
| XYZ | 11.34 | 10.65 | 2.56 | - |
| YUV | 89.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 28 | 0 | 0.30 | 0.77 | 0.53 | 36.77 | 0.62 | 0.29 |
| Hex | 79 | 55 | 1C | 0 | 1E | 4D | 35 | 25 | 3E | 1D |
| Octal | 171 | 125 | 34 | 0 | 36 | 115 | 65 | 45 | 76 | 35 |
| Binary | 1111001 | 1010101 | 11100 | 0 | 11110 | 1001101 | 110101 | 100101 | 111110 | 11101 |
Color Harmonies of #79551C
Complementary color
Monochromatic Colors of #79551C
Black with #79551C
Text Example
Text Example
White with #79551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79551C; }
p { color: rgb(121,85,28); }
H1.HeaderClassName
{
color: #79551C;
}
.AnyTagClassName
{
color: #79551C;
}
</style>
background-color css
<style>
a { background-color: #79551C; }
a { background-color: rgb(121,85,28); }
div.DivClassName
{
background-color: #79551C;
}
.BgClassName
{
background-color: #79551C;
}
</style>
border-color css
<style>
span { border-color: #79551C; }
span { border-color: rgb(121,85,28); }
td.TdClassName
{
border-color: #79551C;
}
.TagClassName
{
border-color: #79551C;
}
</style>