#8A7E19

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

Shades of Lemon Ginger #8A7E19

Tints of Lemon Ginger #8A7E19

Color information

#8A7E19 (or 0x8A7E19) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7E and 19. RGB value is (138,126,25). Sum of RGB (Red+Green+Blue) = 138+126+25=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7E19 is #7581E6. Grayscale: #767676. Windows color (decimal): -7700967 or 1670794. OLE color: 1670794.

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

Color convert

RGB13812625-
CMYK00.090.820.46
HSL53.63º69.33%31.96%-
HSV(B)53.63º81.88%54.12%-
XYZ18.1220.43.9-
YUV118.0775.48142.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.75%
GREEN value IS 126 (49.61% from 255) = 43.60%
BLUE value IS 25 (10.16% from 255) = 8.65%
R=47.75%
G=43.60%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381262500.090.820.4653.6369.3331.96
Hex8A7E1909522E364520
Octal21217631011122566610540
Binary100010101111110110010100110100101011101101101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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