Shades of Hot Curry #7F551B
Tints of Hot Curry #7F551B
RGB
CMYK
RGB Variations
Color information
#7F551B (or 0x7F551B) is known color: Hot Curry. HEX triplet: 7F, 55 and 1B. RGB value is (127,85,27). Sum of RGB (Red+Green+Blue) = 127+85+27=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F551B is #80AAE4. Grayscale: #5B5B5B. Windows color (decimal): -8432357 or 1791359. OLE color: 1791359.
HSL color Cylindrical-coordinate representation of color #7F551B: hue angle of 34.8º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F551B is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 27 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.50 |
| HSL | 34.8º | 0.65% | 0.3% | - |
| HSV(B) | 34.8º | 0.79% | 0.5% | - |
| XYZ | 12.2 | 11.09 | 2.53 | - |
| YUV | 90.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 27 | 0 | 0.33 | 0.79 | 0.50 | 34.8 | 0.65 | 0.3 |
| Hex | 7F | 55 | 1B | 0 | 21 | 4F | 32 | 23 | 41 | 1E |
| Octal | 177 | 125 | 33 | 0 | 41 | 117 | 62 | 43 | 101 | 36 |
| Binary | 1111111 | 1010101 | 11011 | 0 | 100001 | 1001111 | 110010 | 100011 | 1000001 | 11110 |
Color Harmonies of #7F551B
Complementary color
Monochromatic Colors of #7F551B
Black with #7F551B
Text Example
Text Example
White with #7F551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F551B; }
p { color: rgb(127,85,27); }
H1.HeaderClassName
{
color: #7F551B;
}
.AnyTagClassName
{
color: #7F551B;
}
</style>
background-color css
<style>
a { background-color: #7F551B; }
a { background-color: rgb(127,85,27); }
div.DivClassName
{
background-color: #7F551B;
}
.BgClassName
{
background-color: #7F551B;
}
</style>
border-color css
<style>
span { border-color: #7F551B; }
span { border-color: rgb(127,85,27); }
td.TdClassName
{
border-color: #7F551B;
}
.TagClassName
{
border-color: #7F551B;
}
</style>