Shades of Hot Curry #7F572F
Tints of Hot Curry #7F572F
RGB
CMYK
RGB Variations
Color information
#7F572F (or 0x7F572F) is known color: Hot Curry. HEX triplet: 7F, 57 and 2F. RGB value is (127,87,47). Sum of RGB (Red+Green+Blue) = 127+87+47=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F572F is #80A8D0. Grayscale: #5E5E5E. Windows color (decimal): -8431825 or 3102591. OLE color: 3102591.
HSL color Cylindrical-coordinate representation of color #7F572F: hue angle of 30º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F572F is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 87 | 47 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.50 |
| HSL | 30º | 0.46% | 0.34% | - |
| HSV(B) | 30º | 0.63% | 0.5% | - |
| XYZ | 12.67 | 11.53 | 4.25 | - |
| YUV | 94.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 87 | 47 | 0 | 0.31 | 0.63 | 0.50 | 30 | 0.46 | 0.34 |
| Hex | 7F | 57 | 2F | 0 | 1F | 3F | 32 | 1E | 2E | 22 |
| Octal | 177 | 127 | 57 | 0 | 37 | 77 | 62 | 36 | 56 | 42 |
| Binary | 1111111 | 1010111 | 101111 | 0 | 11111 | 111111 | 110010 | 11110 | 101110 | 100010 |
Color Harmonies of #7F572F
Complementary color
Monochromatic Colors of #7F572F
Black with #7F572F
Text Example
Text Example
White with #7F572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F572F; }
p { color: rgb(127,87,47); }
H1.HeaderClassName
{
color: #7F572F;
}
.AnyTagClassName
{
color: #7F572F;
}
</style>
background-color css
<style>
a { background-color: #7F572F; }
a { background-color: rgb(127,87,47); }
div.DivClassName
{
background-color: #7F572F;
}
.BgClassName
{
background-color: #7F572F;
}
</style>
border-color css
<style>
span { border-color: #7F572F; }
span { border-color: rgb(127,87,47); }
td.TdClassName
{
border-color: #7F572F;
}
.TagClassName
{
border-color: #7F572F;
}
</style>