#8E7E35

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

Shades of Lemon Ginger #8E7E35

Tints of Lemon Ginger #8E7E35

Color information

#8E7E35 (or 0x8E7E35) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7E and 35. RGB value is (142,126,53). Sum of RGB (Red+Green+Blue) = 142+126+53=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7E35 is #7181CA. Grayscale: #7A7A7A. Windows color (decimal): -7438795 or 3505806. OLE color: 3505806.

HSL color Cylindrical-coordinate representation of color #8E7E35: hue angle of 49.21º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E7E35 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB14212653-
CMYK00.110.630.44
HSL49.21º45.64%38.24%-
HSV(B)49.21º62.68%55.69%-
XYZ19.2620.936.39-
YUV122.4688.8141.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=44.24%
G=39.25%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421265300.110.630.4449.2145.6438.24
Hex8E7E350B3F2C312e26
Octal216176650137754615646
Binary10001110111111011010101011111111101100110001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,126,53); }

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

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

 a { background-color: rgb(142,126,53); }

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

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

 span { border-color: rgb(142,126,53); }

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