#8A7E26

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

Shades of Lemon Ginger #8A7E26

Tints of Lemon Ginger #8A7E26

Color information

#8A7E26 (or 0x8A7E26) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7E and 26. RGB value is (138,126,38). Sum of RGB (Red+Green+Blue) = 138+126+38=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7E26 is #7581D9. Grayscale: #777777. Windows color (decimal): -7700954 or 2522762. OLE color: 2522762.

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

Color convert

RGB13812638-
CMYK00.090.720.46
HSL52.8º56.82%34.51%-
HSV(B)52.8º72.46%54.12%-
XYZ18.2920.464.82-
YUV119.5681.98141.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.70%
GREEN value IS 126 (49.61% from 255) = 41.72%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=45.70%
G=41.72%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381263800.090.720.4652.856.8234.51
Hex8A7E2609482E353923
Octal2121764601111056657143
Binary100010101111110100110010011001000101110110101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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