Shades of Hot Curry #7C551E
Tints of Hot Curry #7C551E
RGB
CMYK
RGB Variations
Color information
#7C551E (or 0x7C551E) is known color: Hot Curry. HEX triplet: 7C, 55 and 1E. RGB value is (124,85,30). Sum of RGB (Red+Green+Blue) = 124+85+30=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C551E is #83AAE1. Grayscale: #5A5A5A. Windows color (decimal): -8628962 or 1987964. OLE color: 1987964.
HSL color Cylindrical-coordinate representation of color #7C551E: hue angle of 35.11º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C551E is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 30 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.51 |
| HSL | 35.11º | 0.61% | 0.3% | - |
| HSV(B) | 35.11º | 0.76% | 0.49% | - |
| XYZ | 11.8 | 10.88 | 2.71 | - |
| YUV | 90.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 30 | 0 | 0.31 | 0.76 | 0.51 | 35.11 | 0.61 | 0.3 |
| Hex | 7C | 55 | 1E | 0 | 1F | 4C | 33 | 23 | 3D | 1E |
| Octal | 174 | 125 | 36 | 0 | 37 | 114 | 63 | 43 | 75 | 36 |
| Binary | 1111100 | 1010101 | 11110 | 0 | 11111 | 1001100 | 110011 | 100011 | 111101 | 11110 |
Color Harmonies of #7C551E
Complementary color
Monochromatic Colors of #7C551E
Black with #7C551E
Text Example
Text Example
White with #7C551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C551E; }
p { color: rgb(124,85,30); }
H1.HeaderClassName
{
color: #7C551E;
}
.AnyTagClassName
{
color: #7C551E;
}
</style>
background-color css
<style>
a { background-color: #7C551E; }
a { background-color: rgb(124,85,30); }
div.DivClassName
{
background-color: #7C551E;
}
.BgClassName
{
background-color: #7C551E;
}
</style>
border-color css
<style>
span { border-color: #7C551E; }
span { border-color: rgb(124,85,30); }
td.TdClassName
{
border-color: #7C551E;
}
.TagClassName
{
border-color: #7C551E;
}
</style>