#8E7C33

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

Shades of Lemon Ginger #8E7C33

Tints of Lemon Ginger #8E7C33

Color information

#8E7C33 (or 0x8E7C33) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7C and 33. RGB value is (142,124,51). Sum of RGB (Red+Green+Blue) = 142+124+51=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7C33 is #7183CC. Grayscale: #797979. Windows color (decimal): -7439309 or 3374222. OLE color: 3374222.

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

Color convert

RGB14212451-
CMYK00.130.640.44
HSL48.13º47.15%37.84%-
HSV(B)48.13º64.08%55.69%-
XYZ18.9620.416.07-
YUV121.0688.46142.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=44.79%
G=39.12%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421245100.130.640.4448.1347.1537.84
Hex8E7C330D402C302f26
Octal2161746301510054605746
Binary100011101111100110011011011000000101100110000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,124,51); }

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

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

 a { background-color: rgb(142,124,51); }

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

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

 span { border-color: rgb(142,124,51); }

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