Shades of Hot Curry #7F5122
Tints of Hot Curry #7F5122
RGB
CMYK
RGB Variations
Color information
#7F5122 (or 0x7F5122) is known color: Hot Curry. HEX triplet: 7F, 51 and 22. RGB value is (127,81,34). Sum of RGB (Red+Green+Blue) = 127+81+34=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5122 is #80AEDD. Grayscale: #595959. Windows color (decimal): -8433374 or 2249087. OLE color: 2249087.
HSL color Cylindrical-coordinate representation of color #7F5122: hue angle of 30.32º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F5122 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 81 | 34 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.50 |
| HSL | 30.32º | 0.58% | 0.32% | - |
| HSV(B) | 30.32º | 0.73% | 0.5% | - |
| XYZ | 11.98 | 10.51 | 2.91 | - |
| YUV | 89.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 81 | 34 | 0 | 0.36 | 0.73 | 0.50 | 30.32 | 0.58 | 0.32 |
| Hex | 7F | 51 | 22 | 0 | 24 | 49 | 32 | 1E | 3A | 20 |
| Octal | 177 | 121 | 42 | 0 | 44 | 111 | 62 | 36 | 72 | 40 |
| Binary | 1111111 | 1010001 | 100010 | 0 | 100100 | 1001001 | 110010 | 11110 | 111010 | 100000 |
Color Harmonies of #7F5122
Complementary color
Monochromatic Colors of #7F5122
Black with #7F5122
Text Example
Text Example
White with #7F5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5122; }
p { color: rgb(127,81,34); }
H1.HeaderClassName
{
color: #7F5122;
}
.AnyTagClassName
{
color: #7F5122;
}
</style>
background-color css
<style>
a { background-color: #7F5122; }
a { background-color: rgb(127,81,34); }
div.DivClassName
{
background-color: #7F5122;
}
.BgClassName
{
background-color: #7F5122;
}
</style>
border-color css
<style>
span { border-color: #7F5122; }
span { border-color: rgb(127,81,34); }
td.TdClassName
{
border-color: #7F5122;
}
.TagClassName
{
border-color: #7F5122;
}
</style>