Shades of Hot Curry #7F5F30
Tints of Hot Curry #7F5F30
RGB
CMYK
RGB Variations
Color information
#7F5F30 (or 0x7F5F30) is known color: Hot Curry. HEX triplet: 7F, 5F and 30. RGB value is (127,95,48). Sum of RGB (Red+Green+Blue) = 127+95+48=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5F30 is #80A0CF. Grayscale: #636363. Windows color (decimal): -8429776 or 3170175. OLE color: 3170175.
HSL color Cylindrical-coordinate representation of color #7F5F30: hue angle of 35.7º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F5F30 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 95 | 48 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.50 |
| HSL | 35.7º | 0.45% | 0.34% | - |
| HSV(B) | 35.7º | 0.62% | 0.5% | - |
| XYZ | 13.38 | 12.91 | 4.58 | - |
| YUV | 99.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 48 | 0 | 0.25 | 0.62 | 0.50 | 35.7 | 0.45 | 0.34 |
| Hex | 7F | 5F | 30 | 0 | 19 | 3E | 32 | 24 | 2D | 22 |
| Octal | 177 | 137 | 60 | 0 | 31 | 76 | 62 | 44 | 55 | 42 |
| Binary | 1111111 | 1011111 | 110000 | 0 | 11001 | 111110 | 110010 | 100100 | 101101 | 100010 |
Color Harmonies of #7F5F30
Complementary color
Monochromatic Colors of #7F5F30
Black with #7F5F30
Text Example
Text Example
White with #7F5F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5F30; }
p { color: rgb(127,95,48); }
H1.HeaderClassName
{
color: #7F5F30;
}
.AnyTagClassName
{
color: #7F5F30;
}
</style>
background-color css
<style>
a { background-color: #7F5F30; }
a { background-color: rgb(127,95,48); }
div.DivClassName
{
background-color: #7F5F30;
}
.BgClassName
{
background-color: #7F5F30;
}
</style>
border-color css
<style>
span { border-color: #7F5F30; }
span { border-color: rgb(127,95,48); }
td.TdClassName
{
border-color: #7F5F30;
}
.TagClassName
{
border-color: #7F5F30;
}
</style>