Html Css Color HEX #8E7E2C Lemon Ginger

📋 copy color: '#8E7E2C'

red 142 ◦ green 126 ◦ blue 44

#8E7E2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #8E7E2C

Tints of Lemon Ginger #8E7E2C

RGB

 RED value IS 142 (55.86% from 255) = 45.51%

 GREEN value IS 126 (49.61% from 255) = 40.38%

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 45.51%
G = 40.38%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E7E2C (or 0x8E7E2C) is known color: Lemon Ginger. HEX triplet: 8E, 7E and 2C. RGB value is (142,126,44). Sum of RGB (Red+Green+Blue) = 142+126+44=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7E2C is #7181D3. Grayscale: #797979. Windows color (decimal): -7438804 or 2915982. OLE color: 2915982.

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

Color convert

RGB 142 126 44 -
CMYK 0 0.11 0.69 0.44
HSL 50.2º 0.53% 0.36% -
HSV(B) 50.2º 0.69% 0.56% -
XYZ 19.07 20.85 5.4 -
YUV 121.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 142 126 44 0 0.11 0.69 0.44 50.2 0.53 0.36
Hex 8E 7E 2C 0 B 45 2C 32 35 24
Octal 216 176 54 0 13 105 54 62 65 44
Binary 10001110 1111110 101100 0 1011 1000101 101100 110010 110101 100100

Color Harmonies of #8E7E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7E2C

Black with #8E7E2C

Text Example


Text Example

White with #8E7E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E7E2C;
 }
 .AnyTagClassName
 {
   color: #8E7E2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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