#8E831C

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

Shades of Lemon Ginger #8E831C

Tints of Lemon Ginger #8E831C

Color information

#8E831C (or 0x8E831C) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 83 and 1C. RGB value is (142,131,28). Sum of RGB (Red+Green+Blue) = 142+131+28=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E831C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E831C is #717CE3. Grayscale: #7A7A7A. Windows color (decimal): -7437540 or 1868686. OLE color: 1868686.

HSL color Cylindrical-coordinate representation of color #8E831C: hue angle of 54.21º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E831C is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB14213128-
CMYK00.080.800.44
HSL54.21º67.06%33.33%-
HSV(B)54.21º80.28%55.69%-
XYZ19.4822.074.33-
YUV122.5574.64141.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=47.18%
G=43.52%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421312800.080.800.4454.2167.0633.33
Hex8E831C08502C364321
Octal21620334010120546610341
Binary1000111010000011111000100010100001011001101101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,131,28); }

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

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

 a { background-color: rgb(142,131,28); }

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

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

 span { border-color: rgb(142,131,28); }

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