Shades of Hot Curry #795B28
Tints of Hot Curry #795B28
RGB
CMYK
RGB Variations
Color information
#795B28 (or 0x795B28) is known color: Hot Curry. HEX triplet: 79, 5B and 28. RGB value is (121,91,40). Sum of RGB (Red+Green+Blue) = 121+91+40=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #795B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795B28 is #86A4D7. Grayscale: #5E5E5E. Windows color (decimal): -8824024 or 2644857. OLE color: 2644857.
HSL color Cylindrical-coordinate representation of color #795B28: hue angle of 37.78º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #795B28 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 91 | 40 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.53 |
| HSL | 37.78º | 0.5% | 0.32% | - |
| HSV(B) | 37.78º | 0.67% | 0.47% | - |
| XYZ | 12.01 | 11.7 | 3.63 | - |
| YUV | 94.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 40 | 0 | 0.25 | 0.67 | 0.53 | 37.78 | 0.5 | 0.32 |
| Hex | 79 | 5B | 28 | 0 | 19 | 43 | 35 | 26 | 32 | 20 |
| Octal | 171 | 133 | 50 | 0 | 31 | 103 | 65 | 46 | 62 | 40 |
| Binary | 1111001 | 1011011 | 101000 | 0 | 11001 | 1000011 | 110101 | 100110 | 110010 | 100000 |
Color Harmonies of #795B28
Complementary color
Monochromatic Colors of #795B28
Black with #795B28
Text Example
Text Example
White with #795B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B28; }
p { color: rgb(121,91,40); }
H1.HeaderClassName
{
color: #795B28;
}
.AnyTagClassName
{
color: #795B28;
}
</style>
background-color css
<style>
a { background-color: #795B28; }
a { background-color: rgb(121,91,40); }
div.DivClassName
{
background-color: #795B28;
}
.BgClassName
{
background-color: #795B28;
}
</style>
border-color css
<style>
span { border-color: #795B28; }
span { border-color: rgb(121,91,40); }
td.TdClassName
{
border-color: #795B28;
}
.TagClassName
{
border-color: #795B28;
}
</style>