Shades of Hot Curry #795F27
Tints of Hot Curry #795F27
RGB
CMYK
RGB Variations
Color information
#795F27 (or 0x795F27) is known color: Hot Curry. HEX triplet: 79, 5F and 27. RGB value is (121,95,39). Sum of RGB (Red+Green+Blue) = 121+95+39=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #795F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F27 is #86A0D8. Grayscale: #606060. Windows color (decimal): -8823001 or 2580345. OLE color: 2580345.
HSL color Cylindrical-coordinate representation of color #795F27: hue angle of 40.98º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #795F27 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 95 | 39 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.53 |
| HSL | 40.98º | 0.51% | 0.31% | - |
| HSV(B) | 40.98º | 0.68% | 0.47% | - |
| XYZ | 12.34 | 12.4 | 3.66 | - |
| YUV | 96.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 39 | 0 | 0.21 | 0.68 | 0.53 | 40.98 | 0.51 | 0.31 |
| Hex | 79 | 5F | 27 | 0 | 15 | 44 | 35 | 29 | 33 | 1F |
| Octal | 171 | 137 | 47 | 0 | 25 | 104 | 65 | 51 | 63 | 37 |
| Binary | 1111001 | 1011111 | 100111 | 0 | 10101 | 1000100 | 110101 | 101001 | 110011 | 11111 |
Color Harmonies of #795F27
Complementary color
Monochromatic Colors of #795F27
Black with #795F27
Text Example
Text Example
White with #795F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F27; }
p { color: rgb(121,95,39); }
H1.HeaderClassName
{
color: #795F27;
}
.AnyTagClassName
{
color: #795F27;
}
</style>
background-color css
<style>
a { background-color: #795F27; }
a { background-color: rgb(121,95,39); }
div.DivClassName
{
background-color: #795F27;
}
.BgClassName
{
background-color: #795F27;
}
</style>
border-color css
<style>
span { border-color: #795F27; }
span { border-color: rgb(121,95,39); }
td.TdClassName
{
border-color: #795F27;
}
.TagClassName
{
border-color: #795F27;
}
</style>