#8A7F2E

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

Shades of Lemon Ginger #8A7F2E

Tints of Lemon Ginger #8A7F2E

Color information

#8A7F2E (or 0x8A7F2E) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7F and 2E. RGB value is (138,127,46). Sum of RGB (Red+Green+Blue) = 138+127+46=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7F2E is #7580D1. Grayscale: #797979. Windows color (decimal): -7700690 or 3047306. OLE color: 3047306.

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

Color convert

RGB13812746-
CMYK00.080.670.46
HSL52.83º50%36.08%-
HSV(B)52.83º66.67%54.12%-
XYZ18.5620.785.62-
YUV121.0685.64140.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=44.37%
G=40.84%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381274600.080.670.4652.835036.08
Hex8A7F2E08432E353224
Octal2121775601010356656244
Binary100010101111111101110010001000011101110110101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,127,46); }

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

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

 a { background-color: rgb(138,127,46); }

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

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

 span { border-color: rgb(138,127,46); }

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