Shades of Hot Curry #7C541B
Tints of Hot Curry #7C541B
RGB
CMYK
RGB Variations
Color information
#7C541B (or 0x7C541B) is known color: Hot Curry. HEX triplet: 7C, 54 and 1B. RGB value is (124,84,27). Sum of RGB (Red+Green+Blue) = 124+84+27=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C541B is #83ABE4. Grayscale: #595959. Windows color (decimal): -8629221 or 1791100. OLE color: 1791100.
HSL color Cylindrical-coordinate representation of color #7C541B: hue angle of 35.26º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C541B is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 27 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.51 |
| HSL | 35.26º | 0.64% | 0.3% | - |
| HSV(B) | 35.26º | 0.78% | 0.49% | - |
| XYZ | 11.68 | 10.7 | 2.49 | - |
| YUV | 89.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 27 | 0 | 0.32 | 0.78 | 0.51 | 35.26 | 0.64 | 0.3 |
| Hex | 7C | 54 | 1B | 0 | 20 | 4E | 33 | 23 | 40 | 1E |
| Octal | 174 | 124 | 33 | 0 | 40 | 116 | 63 | 43 | 100 | 36 |
| Binary | 1111100 | 1010100 | 11011 | 0 | 100000 | 1001110 | 110011 | 100011 | 1000000 | 11110 |
Color Harmonies of #7C541B
Complementary color
Monochromatic Colors of #7C541B
Black with #7C541B
Text Example
Text Example
White with #7C541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C541B; }
p { color: rgb(124,84,27); }
H1.HeaderClassName
{
color: #7C541B;
}
.AnyTagClassName
{
color: #7C541B;
}
</style>
background-color css
<style>
a { background-color: #7C541B; }
a { background-color: rgb(124,84,27); }
div.DivClassName
{
background-color: #7C541B;
}
.BgClassName
{
background-color: #7C541B;
}
</style>
border-color css
<style>
span { border-color: #7C541B; }
span { border-color: rgb(124,84,27); }
td.TdClassName
{
border-color: #7C541B;
}
.TagClassName
{
border-color: #7C541B;
}
</style>