Shades of Hot Curry #7F5A28
Tints of Hot Curry #7F5A28
RGB
CMYK
RGB Variations
Color information
#7F5A28 (or 0x7F5A28) is known color: Hot Curry. HEX triplet: 7F, 5A and 28. RGB value is (127,90,40). Sum of RGB (Red+Green+Blue) = 127+90+40=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5A28 is #80A5D7. Grayscale: #5F5F5F. Windows color (decimal): -8431064 or 2644607. OLE color: 2644607.
HSL color Cylindrical-coordinate representation of color #7F5A28: hue angle of 34.48º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F5A28 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 90 | 40 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.50 |
| HSL | 34.48º | 0.52% | 0.33% | - |
| HSV(B) | 34.48º | 0.69% | 0.5% | - |
| XYZ | 12.79 | 11.98 | 3.65 | - |
| YUV | 95.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 40 | 0 | 0.29 | 0.69 | 0.50 | 34.48 | 0.52 | 0.33 |
| Hex | 7F | 5A | 28 | 0 | 1D | 45 | 32 | 22 | 34 | 21 |
| Octal | 177 | 132 | 50 | 0 | 35 | 105 | 62 | 42 | 64 | 41 |
| Binary | 1111111 | 1011010 | 101000 | 0 | 11101 | 1000101 | 110010 | 100010 | 110100 | 100001 |
Color Harmonies of #7F5A28
Complementary color
Monochromatic Colors of #7F5A28
Black with #7F5A28
Text Example
Text Example
White with #7F5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5A28; }
p { color: rgb(127,90,40); }
H1.HeaderClassName
{
color: #7F5A28;
}
.AnyTagClassName
{
color: #7F5A28;
}
</style>
background-color css
<style>
a { background-color: #7F5A28; }
a { background-color: rgb(127,90,40); }
div.DivClassName
{
background-color: #7F5A28;
}
.BgClassName
{
background-color: #7F5A28;
}
</style>
border-color css
<style>
span { border-color: #7F5A28; }
span { border-color: rgb(127,90,40); }
td.TdClassName
{
border-color: #7F5A28;
}
.TagClassName
{
border-color: #7F5A28;
}
</style>