Shades of Hot Curry #7F591C
Tints of Hot Curry #7F591C
RGB
CMYK
RGB Variations
Color information
#7F591C (or 0x7F591C) is known color: Hot Curry. HEX triplet: 7F, 59 and 1C. RGB value is (127,89,28). Sum of RGB (Red+Green+Blue) = 127+89+28=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F591C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F591C is #80A6E3. Grayscale: #5D5D5D. Windows color (decimal): -8431332 or 1857919. OLE color: 1857919.
HSL color Cylindrical-coordinate representation of color #7F591C: hue angle of 36.97º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F591C is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 89 | 28 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.50 |
| HSL | 36.97º | 0.64% | 0.3% | - |
| HSV(B) | 36.97º | 0.78% | 0.5% | - |
| XYZ | 12.53 | 11.74 | 2.7 | - |
| YUV | 93.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 28 | 0 | 0.30 | 0.78 | 0.50 | 36.97 | 0.64 | 0.3 |
| Hex | 7F | 59 | 1C | 0 | 1E | 4E | 32 | 25 | 40 | 1E |
| Octal | 177 | 131 | 34 | 0 | 36 | 116 | 62 | 45 | 100 | 36 |
| Binary | 1111111 | 1011001 | 11100 | 0 | 11110 | 1001110 | 110010 | 100101 | 1000000 | 11110 |
Color Harmonies of #7F591C
Complementary color
Monochromatic Colors of #7F591C
Black with #7F591C
Text Example
Text Example
White with #7F591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F591C; }
p { color: rgb(127,89,28); }
H1.HeaderClassName
{
color: #7F591C;
}
.AnyTagClassName
{
color: #7F591C;
}
</style>
background-color css
<style>
a { background-color: #7F591C; }
a { background-color: rgb(127,89,28); }
div.DivClassName
{
background-color: #7F591C;
}
.BgClassName
{
background-color: #7F591C;
}
</style>
border-color css
<style>
span { border-color: #7F591C; }
span { border-color: rgb(127,89,28); }
td.TdClassName
{
border-color: #7F591C;
}
.TagClassName
{
border-color: #7F591C;
}
</style>