#8C822D

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

Shades of Lemon Ginger #8C822D

Tints of Lemon Ginger #8C822D

Color information

#8C822D (or 0x8C822D) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 82 and 2D. RGB value is (140,130,45). Sum of RGB (Red+Green+Blue) = 140+130+45=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C822D is #737DD2. Grayscale: #7B7B7B. Windows color (decimal): -7568851 or 2982540. OLE color: 2982540.

HSL color Cylindrical-coordinate representation of color #8C822D: hue angle of 53.68º 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 #8C822D is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB14013045-
CMYK00.070.680.45
HSL53.68º51.35%36.27%-
HSV(B)53.68º67.86%54.9%-
XYZ19.2721.735.66-
YUV123.383.81139.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 45 (17.97% from 255) = 14.29%
R=44.44%
G=41.27%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401304500.070.680.4553.6851.3536.27
Hex8C822D07442D363324
Octal214202550710455666344
Binary100011001000001010110101111000100101101110110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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