Shades of Hot Curry #795E2F
Tints of Hot Curry #795E2F
RGB
CMYK
RGB Variations
Color information
#795E2F (or 0x795E2F) is known color: Hot Curry. HEX triplet: 79, 5E and 2F. RGB value is (121,94,47). Sum of RGB (Red+Green+Blue) = 121+94+47=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #795E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795E2F is #86A1D0. Grayscale: #606060. Windows color (decimal): -8823249 or 3104377. OLE color: 3104377.
HSL color Cylindrical-coordinate representation of color #795E2F: hue angle of 38.11º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #795E2F is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 47 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.53 |
| HSL | 38.11º | 0.44% | 0.33% | - |
| HSV(B) | 38.11º | 0.61% | 0.47% | - |
| XYZ | 12.4 | 12.28 | 4.41 | - |
| YUV | 96.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 47 | 0 | 0.22 | 0.61 | 0.53 | 38.11 | 0.44 | 0.33 |
| Hex | 79 | 5E | 2F | 0 | 16 | 3D | 35 | 26 | 2C | 21 |
| Octal | 171 | 136 | 57 | 0 | 26 | 75 | 65 | 46 | 54 | 41 |
| Binary | 1111001 | 1011110 | 101111 | 0 | 10110 | 111101 | 110101 | 100110 | 101100 | 100001 |
Color Harmonies of #795E2F
Complementary color
Monochromatic Colors of #795E2F
Black with #795E2F
Text Example
Text Example
White with #795E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E2F; }
p { color: rgb(121,94,47); }
H1.HeaderClassName
{
color: #795E2F;
}
.AnyTagClassName
{
color: #795E2F;
}
</style>
background-color css
<style>
a { background-color: #795E2F; }
a { background-color: rgb(121,94,47); }
div.DivClassName
{
background-color: #795E2F;
}
.BgClassName
{
background-color: #795E2F;
}
</style>
border-color css
<style>
span { border-color: #795E2F; }
span { border-color: rgb(121,94,47); }
td.TdClassName
{
border-color: #795E2F;
}
.TagClassName
{
border-color: #795E2F;
}
</style>