Html Css Color HEX #8E812D Lemon Ginger

📋 copy color: '#8E812D'

red 142 ◦ green 129 ◦ blue 45

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

Shades of Lemon Ginger #8E812D

Tints of Lemon Ginger #8E812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.82%

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 44.94%
G = 40.82%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E812D (or 0x8E812D) is known color: Lemon Ginger. HEX triplet: 8E, 81 and 2D. RGB value is (142,129,45). Sum of RGB (Red+Green+Blue) = 142+129+45=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E812D is #717ED2. Grayscale: #7B7B7B. Windows color (decimal): -7438035 or 2982286. OLE color: 2982286.

HSL color Cylindrical-coordinate representation of color #8E812D: hue angle of 51.96º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E812D is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 129 45 -
CMYK 0 0.09 0.68 0.44
HSL 51.96º 0.52% 0.37% -
HSV(B) 51.96º 0.68% 0.56% -
XYZ 19.48 21.64 5.63 -
YUV 123.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 142 129 45 0 0.09 0.68 0.44 51.96 0.52 0.37
Hex 8E 81 2D 0 9 44 2C 34 34 25
Octal 216 201 55 0 11 104 54 64 64 45
Binary 10001110 10000001 101101 0 1001 1000100 101100 110100 110100 100101

Color Harmonies of #8E812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E812D

Black with #8E812D

Text Example


Text Example

White with #8E812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,129,45); }

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

background-color css

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

 a { background-color: rgb(142,129,45); }

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

border-color css

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

 span { border-color: rgb(142,129,45); }

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