Shades of Hot Curry #795C26
Tints of Hot Curry #795C26
RGB
CMYK
RGB Variations
Color information
#795C26 (or 0x795C26) is known color: Hot Curry. HEX triplet: 79, 5C and 26. RGB value is (121,92,38). Sum of RGB (Red+Green+Blue) = 121+92+38=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #795C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C26 is #86A3D9. Grayscale: #5E5E5E. Windows color (decimal): -8823770 or 2514041. OLE color: 2514041.
HSL color Cylindrical-coordinate representation of color #795C26: hue angle of 39.04º 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 #795C26 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 38 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.53 |
| HSL | 39.04º | 0.52% | 0.31% | - |
| HSV(B) | 39.04º | 0.69% | 0.47% | - |
| XYZ | 12.06 | 11.86 | 3.49 | - |
| YUV | 94.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 38 | 0 | 0.24 | 0.69 | 0.53 | 39.04 | 0.52 | 0.31 |
| Hex | 79 | 5C | 26 | 0 | 18 | 45 | 35 | 27 | 34 | 1F |
| Octal | 171 | 134 | 46 | 0 | 30 | 105 | 65 | 47 | 64 | 37 |
| Binary | 1111001 | 1011100 | 100110 | 0 | 11000 | 1000101 | 110101 | 100111 | 110100 | 11111 |
Color Harmonies of #795C26
Complementary color
Monochromatic Colors of #795C26
Black with #795C26
Text Example
Text Example
White with #795C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C26; }
p { color: rgb(121,92,38); }
H1.HeaderClassName
{
color: #795C26;
}
.AnyTagClassName
{
color: #795C26;
}
</style>
background-color css
<style>
a { background-color: #795C26; }
a { background-color: rgb(121,92,38); }
div.DivClassName
{
background-color: #795C26;
}
.BgClassName
{
background-color: #795C26;
}
</style>
border-color css
<style>
span { border-color: #795C26; }
span { border-color: rgb(121,92,38); }
td.TdClassName
{
border-color: #795C26;
}
.TagClassName
{
border-color: #795C26;
}
</style>