#8C7D16

Color #8C7D16 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #8C7D16

Tints of Lemon Ginger #8C7D16

Color information

#8C7D16 (or 0x8C7D16) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7D and 16. RGB value is (140,125,22). Sum of RGB (Red+Green+Blue) = 140+125+22=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7D16 is #7382E9. Grayscale: #767676. Windows color (decimal): -7570154 or 1473932. OLE color: 1473932.

HSL color Cylindrical-coordinate representation of color #8C7D16: hue angle of 52.37º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C7D16 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB14012522-
CMYK00.110.840.45
HSL52.37º72.84%31.76%-
HSV(B)52.37º84.29%54.9%-
XYZ18.2920.33.71-
YUV117.7473.97143.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 48.78%
GREEN value IS 125 (49.22% from 255) = 43.55%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=48.78%
G=43.55%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401252200.110.840.4552.3772.8431.76
Hex8C7D160B542D344920
Octal21417526013124556411140
Binary100011001111101101100101110101001011011101001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7D16; }

 p { color: rgb(140,125,22); }

 H1.HeaderClassName
 {
   color: #8C7D16;
 }
 .AnyTagClassName
 {
   color: #8C7D16;
 }
</style>
background-color css

<style>
 a { background-color: #8C7D16; }

 a { background-color: rgb(140,125,22); }

 div.DivClassName
 {
   background-color: #8C7D16;
 }
 .BgClassName
 {
   background-color: #8C7D16;
 }
</style>
border-color css

<style>
 span { border-color: #8C7D16; }

 span { border-color: rgb(140,125,22); }

 td.TdClassName
 {
   border-color: #8C7D16;
 }
 .TagClassName
 {
   border-color: #8C7D16;
 }
</style>