Html Css Color HEX #8A812E Lemon Ginger

📋 copy color: '#8A812E'

red 138 ◦ green 129 ◦ blue 46

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

Shades of Lemon Ginger #8A812E

Tints of Lemon Ginger #8A812E

RGB

 RED value IS 138 (54.3% from 255) = 44.09%

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

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 44.09%
G = 41.21%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A812E (or 0x8A812E) is known color: Lemon Ginger. HEX triplet: 8A, 81 and 2E. RGB value is (138,129,46). Sum of RGB (Red+Green+Blue) = 138+129+46=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A812E is #757ED1. Grayscale: #7A7A7A. Windows color (decimal): -7700178 or 3047818. OLE color: 3047818.

HSL color Cylindrical-coordinate representation of color #8A812E: hue angle of 54.13º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A812E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 129 46 -
CMYK 0 0.07 0.67 0.46
HSL 54.13º 0.5% 0.36% -
HSV(B) 54.13º 0.67% 0.54% -
XYZ 18.82 21.3 5.7 -
YUV 122.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 138 129 46 0 0.07 0.67 0.46 54.13 0.5 0.36
Hex 8A 81 2E 0 7 43 2E 36 32 24
Octal 212 201 56 0 7 103 56 66 62 44
Binary 10001010 10000001 101110 0 111 1000011 101110 110110 110010 100100

Color Harmonies of #8A812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A812E

Black with #8A812E

Text Example


Text Example

White with #8A812E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,129,46); }

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

background-color css

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

 a { background-color: rgb(138,129,46); }

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

border-color css

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

 span { border-color: rgb(138,129,46); }

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