Shades of Hot Curry #795B20
Tints of Hot Curry #795B20
RGB
CMYK
RGB Variations
Color information
#795B20 (or 0x795B20) is known color: Hot Curry. HEX triplet: 79, 5B and 20. RGB value is (121,91,32). Sum of RGB (Red+Green+Blue) = 121+91+32=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #795B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795B20 is #86A4DF. Grayscale: #5D5D5D. Windows color (decimal): -8824032 or 2120569. OLE color: 2120569.
HSL color Cylindrical-coordinate representation of color #795B20: hue angle of 39.78º 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 #795B20 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 91 | 32 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.53 |
| HSL | 39.78º | 0.58% | 0.3% | - |
| HSV(B) | 39.78º | 0.74% | 0.47% | - |
| XYZ | 11.89 | 11.65 | 2.99 | - |
| YUV | 93.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 32 | 0 | 0.25 | 0.74 | 0.53 | 39.78 | 0.58 | 0.3 |
| Hex | 79 | 5B | 20 | 0 | 19 | 4A | 35 | 28 | 3A | 1E |
| Octal | 171 | 133 | 40 | 0 | 31 | 112 | 65 | 50 | 72 | 36 |
| Binary | 1111001 | 1011011 | 100000 | 0 | 11001 | 1001010 | 110101 | 101000 | 111010 | 11110 |
Color Harmonies of #795B20
Complementary color
Monochromatic Colors of #795B20
Black with #795B20
Text Example
Text Example
White with #795B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B20; }
p { color: rgb(121,91,32); }
H1.HeaderClassName
{
color: #795B20;
}
.AnyTagClassName
{
color: #795B20;
}
</style>
background-color css
<style>
a { background-color: #795B20; }
a { background-color: rgb(121,91,32); }
div.DivClassName
{
background-color: #795B20;
}
.BgClassName
{
background-color: #795B20;
}
</style>
border-color css
<style>
span { border-color: #795B20; }
span { border-color: rgb(121,91,32); }
td.TdClassName
{
border-color: #795B20;
}
.TagClassName
{
border-color: #795B20;
}
</style>