Shades of Lemon Ginger #8C7C31
Tints of Lemon Ginger #8C7C31
RGB
CMYK
RGB Variations
Color information
#8C7C31 (or 0x8C7C31) is known color: Lemon Ginger. HEX triplet: 8C, 7C and 31. RGB value is (140,124,49). Sum of RGB (Red+Green+Blue) = 140+124+49=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7C31 is #7383CE. Grayscale: #787878. Windows color (decimal): -7570383 or 3243148. OLE color: 3243148.
HSL color Cylindrical-coordinate representation of color #8C7C31: hue angle of 49.45º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C7C31 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 124 | 49 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.45 |
| HSL | 49.45º | 0.48% | 0.37% | - |
| HSV(B) | 49.45º | 0.65% | 0.55% | - |
| XYZ | 18.58 | 20.21 | 5.83 | - |
| YUV | 120.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 49 | 0 | 0.11 | 0.65 | 0.45 | 49.45 | 0.48 | 0.37 |
| Hex | 8C | 7C | 31 | 0 | B | 41 | 2D | 31 | 30 | 25 |
| Octal | 214 | 174 | 61 | 0 | 13 | 101 | 55 | 61 | 60 | 45 |
| Binary | 10001100 | 1111100 | 110001 | 0 | 1011 | 1000001 | 101101 | 110001 | 110000 | 100101 |
Color Harmonies of #8C7C31
Complementary color
Monochromatic Colors of #8C7C31
Black with #8C7C31
Text Example
Text Example
White with #8C7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7C31; }
p { color: rgb(140,124,49); }
H1.HeaderClassName
{
color: #8C7C31;
}
.AnyTagClassName
{
color: #8C7C31;
}
</style>
background-color css
<style>
a { background-color: #8C7C31; }
a { background-color: rgb(140,124,49); }
div.DivClassName
{
background-color: #8C7C31;
}
.BgClassName
{
background-color: #8C7C31;
}
</style>
border-color css
<style>
span { border-color: #8C7C31; }
span { border-color: rgb(140,124,49); }
td.TdClassName
{
border-color: #8C7C31;
}
.TagClassName
{
border-color: #8C7C31;
}
</style>