Shades of Hot Curry #7F5527
Tints of Hot Curry #7F5527
RGB
CMYK
RGB Variations
Color information
#7F5527 (or 0x7F5527) is known color: Hot Curry. HEX triplet: 7F, 55 and 27. RGB value is (127,85,39). Sum of RGB (Red+Green+Blue) = 127+85+39=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5527 is #80AAD8. Grayscale: #5C5C5C. Windows color (decimal): -8432345 or 2577791. OLE color: 2577791.
HSL color Cylindrical-coordinate representation of color #7F5527: hue angle of 31.36º degrees, saturation: 0.53, 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 #7F5527 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 39 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.50 |
| HSL | 31.36º | 0.53% | 0.33% | - |
| HSV(B) | 31.36º | 0.69% | 0.5% | - |
| XYZ | 12.37 | 11.16 | 3.42 | - |
| YUV | 92.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 39 | 0 | 0.33 | 0.69 | 0.50 | 31.36 | 0.53 | 0.33 |
| Hex | 7F | 55 | 27 | 0 | 21 | 45 | 32 | 1F | 35 | 21 |
| Octal | 177 | 125 | 47 | 0 | 41 | 105 | 62 | 37 | 65 | 41 |
| Binary | 1111111 | 1010101 | 100111 | 0 | 100001 | 1000101 | 110010 | 11111 | 110101 | 100001 |
Color Harmonies of #7F5527
Complementary color
Monochromatic Colors of #7F5527
Black with #7F5527
Text Example
Text Example
White with #7F5527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5527; }
p { color: rgb(127,85,39); }
H1.HeaderClassName
{
color: #7F5527;
}
.AnyTagClassName
{
color: #7F5527;
}
</style>
background-color css
<style>
a { background-color: #7F5527; }
a { background-color: rgb(127,85,39); }
div.DivClassName
{
background-color: #7F5527;
}
.BgClassName
{
background-color: #7F5527;
}
</style>
border-color css
<style>
span { border-color: #7F5527; }
span { border-color: rgb(127,85,39); }
td.TdClassName
{
border-color: #7F5527;
}
.TagClassName
{
border-color: #7F5527;
}
</style>