#8A7E2B

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

Shades of Lemon Ginger #8A7E2B

Tints of Lemon Ginger #8A7E2B

Color information

#8A7E2B (or 0x8A7E2B) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7E and 2B. RGB value is (138,126,43). Sum of RGB (Red+Green+Blue) = 138+126+43=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7E2B is #7581D4. Grayscale: #787878. Windows color (decimal): -7700949 or 2850442. OLE color: 2850442.

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

Color convert

RGB13812643-
CMYK00.090.690.46
HSL52.42º52.49%35.49%-
HSV(B)52.42º68.84%54.12%-
XYZ18.3820.55.27-
YUV120.1384.48140.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 43 (17.19% from 255) = 14.01%
R=44.95%
G=41.04%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381264300.090.690.4652.4252.4935.49
Hex8A7E2B09452E343423
Octal2121765301110556646443
Binary100010101111110101011010011000101101110110100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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