Shades of Hot Curry #795D23
Tints of Hot Curry #795D23
RGB
CMYK
RGB Variations
Color information
#795D23 (or 0x795D23) is known color: Hot Curry. HEX triplet: 79, 5D and 23. RGB value is (121,93,35). Sum of RGB (Red+Green+Blue) = 121+93+35=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #795D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D23 is #86A2DC. Grayscale: #5F5F5F. Windows color (decimal): -8823517 or 2317689. OLE color: 2317689.
HSL color Cylindrical-coordinate representation of color #795D23: hue angle of 40.47º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #795D23 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 35 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.53 |
| HSL | 40.47º | 0.55% | 0.31% | - |
| HSV(B) | 40.47º | 0.71% | 0.47% | - |
| XYZ | 12.1 | 12.02 | 3.27 | - |
| YUV | 94.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 35 | 0 | 0.23 | 0.71 | 0.53 | 40.47 | 0.55 | 0.31 |
| Hex | 79 | 5D | 23 | 0 | 17 | 47 | 35 | 28 | 37 | 1F |
| Octal | 171 | 135 | 43 | 0 | 27 | 107 | 65 | 50 | 67 | 37 |
| Binary | 1111001 | 1011101 | 100011 | 0 | 10111 | 1000111 | 110101 | 101000 | 110111 | 11111 |
Color Harmonies of #795D23
Complementary color
Monochromatic Colors of #795D23
Black with #795D23
Text Example
Text Example
White with #795D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D23; }
p { color: rgb(121,93,35); }
H1.HeaderClassName
{
color: #795D23;
}
.AnyTagClassName
{
color: #795D23;
}
</style>
background-color css
<style>
a { background-color: #795D23; }
a { background-color: rgb(121,93,35); }
div.DivClassName
{
background-color: #795D23;
}
.BgClassName
{
background-color: #795D23;
}
</style>
border-color css
<style>
span { border-color: #795D23; }
span { border-color: rgb(121,93,35); }
td.TdClassName
{
border-color: #795D23;
}
.TagClassName
{
border-color: #795D23;
}
</style>