Shades of Hot Curry #795226
Tints of Hot Curry #795226
RGB
CMYK
RGB Variations
Color information
#795226 (or 0x795226) is known color: Hot Curry. HEX triplet: 79, 52 and 26. RGB value is (121,82,38). Sum of RGB (Red+Green+Blue) = 121+82+38=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #795226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795226 is #86ADD9. Grayscale: #585858. Windows color (decimal): -8826330 or 2511481. OLE color: 2511481.
HSL color Cylindrical-coordinate representation of color #795226: hue angle of 31.81º 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 #795226 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 38 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.53 |
| HSL | 31.81º | 0.52% | 0.31% | - |
| HSV(B) | 31.81º | 0.69% | 0.47% | - |
| XYZ | 11.25 | 10.24 | 3.22 | - |
| YUV | 88.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 38 | 0 | 0.32 | 0.69 | 0.53 | 31.81 | 0.52 | 0.31 |
| Hex | 79 | 52 | 26 | 0 | 20 | 45 | 35 | 20 | 34 | 1F |
| Octal | 171 | 122 | 46 | 0 | 40 | 105 | 65 | 40 | 64 | 37 |
| Binary | 1111001 | 1010010 | 100110 | 0 | 100000 | 1000101 | 110101 | 100000 | 110100 | 11111 |
Color Harmonies of #795226
Complementary color
Monochromatic Colors of #795226
Black with #795226
Text Example
Text Example
White with #795226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795226; }
p { color: rgb(121,82,38); }
H1.HeaderClassName
{
color: #795226;
}
.AnyTagClassName
{
color: #795226;
}
</style>
background-color css
<style>
a { background-color: #795226; }
a { background-color: rgb(121,82,38); }
div.DivClassName
{
background-color: #795226;
}
.BgClassName
{
background-color: #795226;
}
</style>
border-color css
<style>
span { border-color: #795226; }
span { border-color: rgb(121,82,38); }
td.TdClassName
{
border-color: #795226;
}
.TagClassName
{
border-color: #795226;
}
</style>