Shades of Lemon Ginger #8C8723
Tints of Lemon Ginger #8C8723
RGB
CMYK
RGB Variations
Color information
#8C8723 (or 0x8C8723) is known color: Lemon Ginger. HEX triplet: 8C, 87 and 23. RGB value is (140,135,35). Sum of RGB (Red+Green+Blue) = 140+135+35=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8723 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8723 is #7378DC. Grayscale: #7D7D7D. Windows color (decimal): -7567581 or 2328460. OLE color: 2328460.
HSL color Cylindrical-coordinate representation of color #8C8723: hue angle of 57.14º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C8723 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 35 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.45 |
| HSL | 57.14º | 0.6% | 0.34% | - |
| HSV(B) | 57.14º | 0.75% | 0.55% | - |
| XYZ | 19.78 | 23.02 | 4.99 | - |
| YUV | 125.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 35 | 0 | 0.04 | 0.75 | 0.45 | 57.14 | 0.6 | 0.34 |
| Hex | 8C | 87 | 23 | 0 | 4 | 4B | 2D | 39 | 3C | 22 |
| Octal | 214 | 207 | 43 | 0 | 4 | 113 | 55 | 71 | 74 | 42 |
| Binary | 10001100 | 10000111 | 100011 | 0 | 100 | 1001011 | 101101 | 111001 | 111100 | 100010 |
Color Harmonies of #8C8723
Complementary color
Monochromatic Colors of #8C8723
Black with #8C8723
Text Example
Text Example
White with #8C8723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8723; }
p { color: rgb(140,135,35); }
H1.HeaderClassName
{
color: #8C8723;
}
.AnyTagClassName
{
color: #8C8723;
}
</style>
background-color css
<style>
a { background-color: #8C8723; }
a { background-color: rgb(140,135,35); }
div.DivClassName
{
background-color: #8C8723;
}
.BgClassName
{
background-color: #8C8723;
}
</style>
border-color css
<style>
span { border-color: #8C8723; }
span { border-color: rgb(140,135,35); }
td.TdClassName
{
border-color: #8C8723;
}
.TagClassName
{
border-color: #8C8723;
}
</style>