#8A7E27

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

Shades of Lemon Ginger #8A7E27

Tints of Lemon Ginger #8A7E27

Color information

#8A7E27 (or 0x8A7E27) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7E and 27. RGB value is (138,126,39). Sum of RGB (Red+Green+Blue) = 138+126+39=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7E27 is #7581D8. Grayscale: #787878. Windows color (decimal): -7700953 or 2588298. OLE color: 2588298.

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

Color convert

RGB13812639-
CMYK00.090.720.46
HSL52.73º55.93%34.71%-
HSV(B)52.73º71.74%54.12%-
XYZ18.3120.474.91-
YUV119.6782.48141.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.54%
GREEN value IS 126 (49.61% from 255) = 41.58%
BLUE value IS 39 (15.62% from 255) = 12.87%
R=45.54%
G=41.58%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381263900.090.720.4652.7355.9334.71
Hex8A7E2709482E353823
Octal2121764701111056657043
Binary100010101111110100111010011001000101110110101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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