#8A7E30

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

Shades of Lemon Ginger #8A7E30

Tints of Lemon Ginger #8A7E30

Color information

#8A7E30 (or 0x8A7E30) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7E and 30. RGB value is (138,126,48). Sum of RGB (Red+Green+Blue) = 138+126+48=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7E30 is #7581CF. Grayscale: #797979. Windows color (decimal): -7700944 or 3178122. OLE color: 3178122.

HSL color Cylindrical-coordinate representation of color #8A7E30: hue angle of 52º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A7E30 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB13812648-
CMYK00.090.650.46
HSL52º48.39%36.47%-
HSV(B)52º65.22%54.12%-
XYZ18.4820.545.79-
YUV120.786.98140.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.23%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=44.23%
G=40.38%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381264800.090.650.465248.3936.47
Hex8A7E3009412E343024
Octal2121766001110156646044
Binary100010101111110110000010011000001101110110100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,126,48); }

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

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

 a { background-color: rgb(138,126,48); }

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

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

 span { border-color: rgb(138,126,48); }

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