Shades of Hot Curry #7C581A
Tints of Hot Curry #7C581A
RGB
CMYK
RGB Variations
Color information
#7C581A (or 0x7C581A) is known color: Hot Curry. HEX triplet: 7C, 58 and 1A. RGB value is (124,88,26). Sum of RGB (Red+Green+Blue) = 124+88+26=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C581A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C581A is #83A7E5. Grayscale: #5B5B5B. Windows color (decimal): -8628198 or 1726588. OLE color: 1726588.
HSL color Cylindrical-coordinate representation of color #7C581A: hue angle of 37.96º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C581A is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 26 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.51 |
| HSL | 37.96º | 0.65% | 0.29% | - |
| HSV(B) | 37.96º | 0.79% | 0.49% | - |
| XYZ | 11.99 | 11.34 | 2.53 | - |
| YUV | 91.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 26 | 0 | 0.29 | 0.79 | 0.51 | 37.96 | 0.65 | 0.29 |
| Hex | 7C | 58 | 1A | 0 | 1D | 4F | 33 | 26 | 41 | 1D |
| Octal | 174 | 130 | 32 | 0 | 35 | 117 | 63 | 46 | 101 | 35 |
| Binary | 1111100 | 1011000 | 11010 | 0 | 11101 | 1001111 | 110011 | 100110 | 1000001 | 11101 |
Color Harmonies of #7C581A
Complementary color
Monochromatic Colors of #7C581A
Black with #7C581A
Text Example
Text Example
White with #7C581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C581A; }
p { color: rgb(124,88,26); }
H1.HeaderClassName
{
color: #7C581A;
}
.AnyTagClassName
{
color: #7C581A;
}
</style>
background-color css
<style>
a { background-color: #7C581A; }
a { background-color: rgb(124,88,26); }
div.DivClassName
{
background-color: #7C581A;
}
.BgClassName
{
background-color: #7C581A;
}
</style>
border-color css
<style>
span { border-color: #7C581A; }
span { border-color: rgb(124,88,26); }
td.TdClassName
{
border-color: #7C581A;
}
.TagClassName
{
border-color: #7C581A;
}
</style>