Shades of Hot Curry #7F6232
Tints of Hot Curry #7F6232
RGB
CMYK
RGB Variations
Color information
#7F6232 (or 0x7F6232) is known color: Hot Curry. HEX triplet: 7F, 62 and 32. RGB value is (127,98,50). Sum of RGB (Red+Green+Blue) = 127+98+50=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6232 is #809DCD. Grayscale: #656565. Windows color (decimal): -8429006 or 3302015. OLE color: 3302015.
HSL color Cylindrical-coordinate representation of color #7F6232: hue angle of 37.4º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F6232 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 50 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.50 |
| HSL | 37.4º | 0.44% | 0.35% | - |
| HSV(B) | 37.4º | 0.61% | 0.5% | - |
| XYZ | 13.7 | 13.48 | 4.9 | - |
| YUV | 101.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 50 | 0 | 0.23 | 0.61 | 0.50 | 37.4 | 0.44 | 0.35 |
| Hex | 7F | 62 | 32 | 0 | 17 | 3D | 32 | 25 | 2C | 23 |
| Octal | 177 | 142 | 62 | 0 | 27 | 75 | 62 | 45 | 54 | 43 |
| Binary | 1111111 | 1100010 | 110010 | 0 | 10111 | 111101 | 110010 | 100101 | 101100 | 100011 |
Color Harmonies of #7F6232
Complementary color
Monochromatic Colors of #7F6232
Black with #7F6232
Text Example
Text Example
White with #7F6232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6232; }
p { color: rgb(127,98,50); }
H1.HeaderClassName
{
color: #7F6232;
}
.AnyTagClassName
{
color: #7F6232;
}
</style>
background-color css
<style>
a { background-color: #7F6232; }
a { background-color: rgb(127,98,50); }
div.DivClassName
{
background-color: #7F6232;
}
.BgClassName
{
background-color: #7F6232;
}
</style>
border-color css
<style>
span { border-color: #7F6232; }
span { border-color: rgb(127,98,50); }
td.TdClassName
{
border-color: #7F6232;
}
.TagClassName
{
border-color: #7F6232;
}
</style>