Shades of Lemon Ginger #8C7B13
Tints of Lemon Ginger #8C7B13
RGB
CMYK
RGB Variations
Color information
#8C7B13 (or 0x8C7B13) is known color: Lemon Ginger. HEX triplet: 8C, 7B and 13. RGB value is (140,123,19). Sum of RGB (Red+Green+Blue) = 140+123+19=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7B13 is #7384EC. Grayscale: #747474. Windows color (decimal): -7570669 or 1276812. OLE color: 1276812.
HSL color Cylindrical-coordinate representation of color #8C7B13: hue angle of 51.57º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C7B13 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 19 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.45 |
| HSL | 51.57º | 0.76% | 0.31% | - |
| HSV(B) | 51.57º | 0.86% | 0.55% | - |
| XYZ | 18.02 | 19.79 | 3.49 | - |
| YUV | 116.23 | 73.13 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 19 | 0 | 0.12 | 0.86 | 0.45 | 51.57 | 0.76 | 0.31 |
| Hex | 8C | 7B | 13 | 0 | C | 56 | 2D | 34 | 4C | 1F |
| Octal | 214 | 173 | 23 | 0 | 14 | 126 | 55 | 64 | 114 | 37 |
| Binary | 10001100 | 1111011 | 10011 | 0 | 1100 | 1010110 | 101101 | 110100 | 1001100 | 11111 |
Color Harmonies of #8C7B13
Complementary color
Monochromatic Colors of #8C7B13
Black with #8C7B13
Text Example
Text Example
White with #8C7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B13; }
p { color: rgb(140,123,19); }
H1.HeaderClassName
{
color: #8C7B13;
}
.AnyTagClassName
{
color: #8C7B13;
}
</style>
background-color css
<style>
a { background-color: #8C7B13; }
a { background-color: rgb(140,123,19); }
div.DivClassName
{
background-color: #8C7B13;
}
.BgClassName
{
background-color: #8C7B13;
}
</style>
border-color css
<style>
span { border-color: #8C7B13; }
span { border-color: rgb(140,123,19); }
td.TdClassName
{
border-color: #8C7B13;
}
.TagClassName
{
border-color: #8C7B13;
}
</style>