Shades of Hot Curry #795926
Tints of Hot Curry #795926
RGB
CMYK
RGB Variations
Color information
#795926 (or 0x795926) is known color: Hot Curry. HEX triplet: 79, 59 and 26. RGB value is (121,89,38). Sum of RGB (Red+Green+Blue) = 121+89+38=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #795926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795926 is #86A6D9. Grayscale: #5C5C5C. Windows color (decimal): -8824538 or 2513273. OLE color: 2513273.
HSL color Cylindrical-coordinate representation of color #795926: hue angle of 36.87º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #795926 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 89 | 38 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.53 |
| HSL | 36.87º | 0.52% | 0.31% | - |
| HSV(B) | 36.87º | 0.69% | 0.47% | - |
| XYZ | 11.81 | 11.35 | 3.4 | - |
| YUV | 92.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 38 | 0 | 0.26 | 0.69 | 0.53 | 36.87 | 0.52 | 0.31 |
| Hex | 79 | 59 | 26 | 0 | 1A | 45 | 35 | 25 | 34 | 1F |
| Octal | 171 | 131 | 46 | 0 | 32 | 105 | 65 | 45 | 64 | 37 |
| Binary | 1111001 | 1011001 | 100110 | 0 | 11010 | 1000101 | 110101 | 100101 | 110100 | 11111 |
Color Harmonies of #795926
Complementary color
Monochromatic Colors of #795926
Black with #795926
Text Example
Text Example
White with #795926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795926; }
p { color: rgb(121,89,38); }
H1.HeaderClassName
{
color: #795926;
}
.AnyTagClassName
{
color: #795926;
}
</style>
background-color css
<style>
a { background-color: #795926; }
a { background-color: rgb(121,89,38); }
div.DivClassName
{
background-color: #795926;
}
.BgClassName
{
background-color: #795926;
}
</style>
border-color css
<style>
span { border-color: #795926; }
span { border-color: rgb(121,89,38); }
td.TdClassName
{
border-color: #795926;
}
.TagClassName
{
border-color: #795926;
}
</style>