#8c872d

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

Shades of Lemon Ginger #8C872D

Tints of Lemon Ginger #8C872D

Color information

#8C872D (or 0x8C872D) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 87 and 2D. RGB value is (140,135,45). Sum of RGB (Red+Green+Blue) = 140+135+45=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C872D is #7378D2. Grayscale: #7E7E7E. Windows color (decimal): -7567571 or 2983820. OLE color: 2983820.

HSL color Cylindrical-coordinate representation of color #8C872D: hue angle of 56.84º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C872D is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB14013545-
CMYK00.040.680.45
HSL56.84º51.35%36.27%-
HSV(B)56.84º67.86%54.9%-
XYZ19.9523.095.89-
YUV126.2382.16137.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.75%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 45 (17.97% from 255) = 14.06%
R=43.75%
G=42.19%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401354500.040.680.4556.8451.3536.27
Hex8C872D04442D393324
Octal214207550410455716344
Binary100011001000011110110101001000100101101111001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c872d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,45); }

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

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

 a { background-color: rgb(140,135,45); }

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

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

 span { border-color: rgb(140,135,45); }

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