Shades of Hot Curry #7F5E25
Tints of Hot Curry #7F5E25
RGB
CMYK
RGB Variations
Color information
#7F5E25 (or 0x7F5E25) is known color: Hot Curry. HEX triplet: 7F, 5E and 25. RGB value is (127,94,37). Sum of RGB (Red+Green+Blue) = 127+94+37=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5E25 is #80A1DA. Grayscale: #616161. Windows color (decimal): -8430043 or 2449023. OLE color: 2449023.
HSL color Cylindrical-coordinate representation of color #7F5E25: hue angle of 38º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F5E25 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 94 | 37 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.50 |
| HSL | 38º | 0.55% | 0.32% | - |
| HSV(B) | 38º | 0.71% | 0.5% | - |
| XYZ | 13.09 | 12.65 | 3.5 | - |
| YUV | 97.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 37 | 0 | 0.26 | 0.71 | 0.50 | 38 | 0.55 | 0.32 |
| Hex | 7F | 5E | 25 | 0 | 1A | 47 | 32 | 26 | 37 | 20 |
| Octal | 177 | 136 | 45 | 0 | 32 | 107 | 62 | 46 | 67 | 40 |
| Binary | 1111111 | 1011110 | 100101 | 0 | 11010 | 1000111 | 110010 | 100110 | 110111 | 100000 |
Color Harmonies of #7F5E25
Complementary color
Monochromatic Colors of #7F5E25
Black with #7F5E25
Text Example
Text Example
White with #7F5E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5E25; }
p { color: rgb(127,94,37); }
H1.HeaderClassName
{
color: #7F5E25;
}
.AnyTagClassName
{
color: #7F5E25;
}
</style>
background-color css
<style>
a { background-color: #7F5E25; }
a { background-color: rgb(127,94,37); }
div.DivClassName
{
background-color: #7F5E25;
}
.BgClassName
{
background-color: #7F5E25;
}
</style>
border-color css
<style>
span { border-color: #7F5E25; }
span { border-color: rgb(127,94,37); }
td.TdClassName
{
border-color: #7F5E25;
}
.TagClassName
{
border-color: #7F5E25;
}
</style>