#8B7E1E

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

Shades of Lemon Ginger #8B7E1E

Tints of Lemon Ginger #8B7E1E

Color information

#8B7E1E (or 0x8B7E1E) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 7E and 1E. RGB value is (139,126,30). Sum of RGB (Red+Green+Blue) = 139+126+30=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7E1E is #7481E1. Grayscale: #777777. Windows color (decimal): -7635426 or 1998475. OLE color: 1998475.

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

Color convert

RGB13912630-
CMYK00.090.780.45
HSL52.84º64.5%33.14%-
HSV(B)52.84º78.42%54.51%-
XYZ18.3420.54.22-
YUV118.9477.81142.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 126 (49.61% from 255) = 42.71%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=47.12%
G=42.71%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391263000.090.780.4552.8464.533.14
Hex8B7E1E094E2D354021
Octal21317636011116556510041
Binary100010111111110111100100110011101011011101011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,126,30); }

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

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

 a { background-color: rgb(139,126,30); }

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

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

 span { border-color: rgb(139,126,30); }

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