#8B7F20

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

Shades of Lemon Ginger #8B7F20

Tints of Lemon Ginger #8B7F20

Color information

#8B7F20 (or 0x8B7F20) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7F and 20. RGB value is (139,127,32). Sum of RGB (Red+Green+Blue) = 139+127+32=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F20 is #7480DF. Grayscale: #787878. Windows color (decimal): -7635168 or 2129803. OLE color: 2129803.

HSL color Cylindrical-coordinate representation of color #8B7F20: hue angle of 53.27º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B7F20 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB13912732-
CMYK00.090.770.45
HSL53.27º62.57%33.53%-
HSV(B)53.27º76.98%54.51%-
XYZ18.520.774.4-
YUV119.7678.48141.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 127 (50% from 255) = 42.62%
BLUE value IS 32 (12.89% from 255) = 10.74%
R=46.64%
G=42.62%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391273200.090.770.4553.2762.5733.53
Hex8B7F20094D2D353f22
Octal2131774001111555657742
Binary100010111111111100000010011001101101101110101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,127,32); }

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

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

 a { background-color: rgb(139,127,32); }

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

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

 span { border-color: rgb(139,127,32); }

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