#8B822C

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

Shades of Lemon Ginger #8B822C

Tints of Lemon Ginger #8B822C

Color information

#8B822C (or 0x8B822C) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 82 and 2C. RGB value is (139,130,44). Sum of RGB (Red+Green+Blue) = 139+130+44=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B822C is #747DD3. Grayscale: #7B7B7B. Windows color (decimal): -7634388 or 2917003. OLE color: 2917003.

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

Color convert

RGB13913044-
CMYK00.060.680.45
HSL54.32º51.91%35.88%-
HSV(B)54.32º68.35%54.51%-
XYZ19.0821.645.55-
YUV122.8983.48139.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 44 (17.58% from 255) = 14.06%
R=44.41%
G=41.53%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391304400.060.680.4554.3251.9135.88
Hex8B822C06442D363424
Octal213202540610455666444
Binary100010111000001010110001101000100101101110110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,130,44); }

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

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

 a { background-color: rgb(139,130,44); }

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

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

 span { border-color: rgb(139,130,44); }

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