Html Css Color HEX #8E7F2C Lemon Ginger

📋 copy color: '#8E7F2C'

red 142 ◦ green 127 ◦ blue 44

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

Shades of Lemon Ginger #8E7F2C

Tints of Lemon Ginger #8E7F2C

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

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

R = 45.37%
G = 40.58%
B = 14.06%

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

#8E7F2C (or 0x8E7F2C) is known color: Lemon Ginger. HEX triplet: 8E, 7F and 2C. RGB value is (142,127,44). Sum of RGB (Red+Green+Blue) = 142+127+44=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7F2C is #7180D3. Grayscale: #7A7A7A. Windows color (decimal): -7438548 or 2916238. OLE color: 2916238.

HSL color Cylindrical-coordinate representation of color #8E7F2C: hue angle of 50.82º 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 #8E7F2C is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 127 44 -
CMYK 0 0.11 0.69 0.44
HSL 50.82º 0.53% 0.36% -
HSV(B) 50.82º 0.69% 0.56% -
XYZ 19.2 21.11 5.45 -
YUV 122.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 142 127 44 0 0.11 0.69 0.44 50.82 0.53 0.36
Hex 8E 7F 2C 0 B 45 2C 33 35 24
Octal 216 177 54 0 13 105 54 63 65 44
Binary 10001110 1111111 101100 0 1011 1000101 101100 110011 110101 100100

Color Harmonies of #8E7F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7F2C

Black with #8E7F2C

Text Example


Text Example

White with #8E7F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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