Html Css Color HEX #8E7E21 Lemon Ginger

📋 copy color: '#8E7E21'

red 142 ◦ green 126 ◦ blue 33

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

Shades of Lemon Ginger #8E7E21

Tints of Lemon Ginger #8E7E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 47.18%
G = 41.86%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E7E21 (or 0x8E7E21) is known color: Lemon Ginger. HEX triplet: 8E, 7E and 21. RGB value is (142,126,33). Sum of RGB (Red+Green+Blue) = 142+126+33=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7E21 is #7181DE. Grayscale: #787878. Windows color (decimal): -7438815 or 2195086. OLE color: 2195086.

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

Color convert

RGB 142 126 33 -
CMYK 0 0.11 0.77 0.44
HSL 51.19º 0.62% 0.34% -
HSV(B) 51.19º 0.77% 0.56% -
XYZ 18.89 20.78 4.45 -
YUV 120.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 142 126 33 0 0.11 0.77 0.44 51.19 0.62 0.34
Hex 8E 7E 21 0 B 4D 2C 33 3E 22
Octal 216 176 41 0 13 115 54 63 76 42
Binary 10001110 1111110 100001 0 1011 1001101 101100 110011 111110 100010

Color Harmonies of #8E7E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7E21

Black with #8E7E21

Text Example


Text Example

White with #8E7E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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