Shades of Hot Curry #7C552B
Tints of Hot Curry #7C552B
RGB
CMYK
RGB Variations
Color information
#7C552B (or 0x7C552B) is known color: Hot Curry. HEX triplet: 7C, 55 and 2B. RGB value is (124,85,43). Sum of RGB (Red+Green+Blue) = 124+85+43=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C552B is #83AAD4. Grayscale: #5C5C5C. Windows color (decimal): -8628949 or 2839932. OLE color: 2839932.
HSL color Cylindrical-coordinate representation of color #7C552B: hue angle of 31.11º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C552B is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 43 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.51 |
| HSL | 31.11º | 0.49% | 0.33% | - |
| HSV(B) | 31.11º | 0.65% | 0.49% | - |
| XYZ | 12 | 10.96 | 3.77 | - |
| YUV | 91.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 43 | 0 | 0.31 | 0.65 | 0.51 | 31.11 | 0.49 | 0.33 |
| Hex | 7C | 55 | 2B | 0 | 1F | 41 | 33 | 1F | 31 | 21 |
| Octal | 174 | 125 | 53 | 0 | 37 | 101 | 63 | 37 | 61 | 41 |
| Binary | 1111100 | 1010101 | 101011 | 0 | 11111 | 1000001 | 110011 | 11111 | 110001 | 100001 |
Color Harmonies of #7C552B
Complementary color
Monochromatic Colors of #7C552B
Black with #7C552B
Text Example
Text Example
White with #7C552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C552B; }
p { color: rgb(124,85,43); }
H1.HeaderClassName
{
color: #7C552B;
}
.AnyTagClassName
{
color: #7C552B;
}
</style>
background-color css
<style>
a { background-color: #7C552B; }
a { background-color: rgb(124,85,43); }
div.DivClassName
{
background-color: #7C552B;
}
.BgClassName
{
background-color: #7C552B;
}
</style>
border-color css
<style>
span { border-color: #7C552B; }
span { border-color: rgb(124,85,43); }
td.TdClassName
{
border-color: #7C552B;
}
.TagClassName
{
border-color: #7C552B;
}
</style>