#8E7A21

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

Shades of Lemon Ginger #8E7A21

Tints of Lemon Ginger #8E7A21

Color information

#8E7A21 (or 0x8E7A21) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7A and 21. RGB value is (142,122,33). Sum of RGB (Red+Green+Blue) = 142+122+33=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7A21 is #7185DE. Grayscale: #767676. Windows color (decimal): -7439839 or 2194062. OLE color: 2194062.

HSL color Cylindrical-coordinate representation of color #8E7A21: hue angle of 48.99º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E7A21 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB14212233-
CMYK00.140.770.44
HSL48.99º62.29%34.31%-
HSV(B)48.99º76.76%55.69%-
XYZ18.3919.784.29-
YUV117.8380.13145.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 33 (13.28% from 255) = 11.11%
R=47.81%
G=41.08%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421223300.140.770.4448.9962.2934.31
Hex8E7A210E4D2C313e22
Octal2161724101611554617642
Binary100011101111010100001011101001101101100110001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,122,33); }

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

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

 a { background-color: rgb(142,122,33); }

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

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

 span { border-color: rgb(142,122,33); }

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