Shades of Hot Curry #7C581C
Tints of Hot Curry #7C581C
RGB
CMYK
RGB Variations
Color information
#7C581C (or 0x7C581C) is known color: Hot Curry. HEX triplet: 7C, 58 and 1C. RGB value is (124,88,28). Sum of RGB (Red+Green+Blue) = 124+88+28=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C581C is #83A7E3. Grayscale: #5C5C5C. Windows color (decimal): -8628196 or 1857660. OLE color: 1857660.
HSL color Cylindrical-coordinate representation of color #7C581C: hue angle of 37.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C581C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 28 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.51 |
| HSL | 37.5º | 0.63% | 0.3% | - |
| HSV(B) | 37.5º | 0.77% | 0.49% | - |
| XYZ | 12.01 | 11.35 | 2.66 | - |
| YUV | 91.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 28 | 0 | 0.29 | 0.77 | 0.51 | 37.5 | 0.63 | 0.3 |
| Hex | 7C | 58 | 1C | 0 | 1D | 4D | 33 | 26 | 3F | 1E |
| Octal | 174 | 130 | 34 | 0 | 35 | 115 | 63 | 46 | 77 | 36 |
| Binary | 1111100 | 1011000 | 11100 | 0 | 11101 | 1001101 | 110011 | 100110 | 111111 | 11110 |
Color Harmonies of #7C581C
Complementary color
Monochromatic Colors of #7C581C
Black with #7C581C
Text Example
Text Example
White with #7C581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C581C; }
p { color: rgb(124,88,28); }
H1.HeaderClassName
{
color: #7C581C;
}
.AnyTagClassName
{
color: #7C581C;
}
</style>
background-color css
<style>
a { background-color: #7C581C; }
a { background-color: rgb(124,88,28); }
div.DivClassName
{
background-color: #7C581C;
}
.BgClassName
{
background-color: #7C581C;
}
</style>
border-color css
<style>
span { border-color: #7C581C; }
span { border-color: rgb(124,88,28); }
td.TdClassName
{
border-color: #7C581C;
}
.TagClassName
{
border-color: #7C581C;
}
</style>