#8A7C34

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

Shades of Lemon Ginger #8A7C34

Tints of Lemon Ginger #8A7C34

Color information

#8A7C34 (or 0x8A7C34) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7C and 34. RGB value is (138,124,52). Sum of RGB (Red+Green+Blue) = 138+124+52=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7C34 is #7583CB. Grayscale: #787878. Windows color (decimal): -7701452 or 3439754. OLE color: 3439754.

HSL color Cylindrical-coordinate representation of color #8A7C34: hue angle of 50.23º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A7C34 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB13812452-
CMYK00.100.620.46
HSL50.23º45.26%37.25%-
HSV(B)50.23º62.32%54.12%-
XYZ18.3120.076.16-
YUV119.9889.64140.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.95%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=43.95%
G=39.49%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381245200.100.620.4650.2345.2637.25
Hex8A7C340A3E2E322d25
Octal212174640127656625545
Binary10001010111110011010001010111110101110110010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,124,52); }

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

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

 a { background-color: rgb(138,124,52); }

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

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

 span { border-color: rgb(138,124,52); }

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