#8C872A

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

Shades of Lemon Ginger #8C872A

Tints of Lemon Ginger #8C872A

Color information

#8C872A (or 0x8C872A) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 87 and 2A. RGB value is (140,135,42). Sum of RGB (Red+Green+Blue) = 140+135+42=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C872A is #7378D5. Grayscale: #7E7E7E. Windows color (decimal): -7567574 or 2787212. OLE color: 2787212.

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

Color convert

RGB14013542-
CMYK00.040.70.45
HSL56.94º53.85%35.69%-
HSV(B)56.94º70%54.9%-
XYZ19.923.075.59-
YUV125.8980.66138.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=44.16%
G=42.59%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401354200.040.70.4556.9453.8535.69
Hex8C872A04462D393624
Octal214207520410655716644
Binary100011001000011110101001001000110101101111001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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