#8A7E31

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

Shades of Lemon Ginger #8A7E31

Tints of Lemon Ginger #8A7E31

Color information

#8A7E31 (or 0x8A7E31) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7E and 31. RGB value is (138,126,49). Sum of RGB (Red+Green+Blue) = 138+126+49=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7E31 is #7581CE. Grayscale: #797979. Windows color (decimal): -7700943 or 3243658. OLE color: 3243658.

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

Color convert

RGB13812649-
CMYK00.090.640.46
HSL51.91º47.59%36.67%-
HSV(B)51.91º64.49%54.12%-
XYZ18.520.555.9-
YUV120.8187.48140.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 126 (49.61% from 255) = 40.26%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=44.09%
G=40.26%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381264900.090.640.4651.9147.5936.67
Hex8A7E3109402E343025
Octal2121766101110056646045
Binary100010101111110110001010011000000101110110100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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