Html Css Color HEX #8A862D Lemon Ginger

📋 copy color: '#8A862D'

red 138 ◦ green 134 ◦ blue 45

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

Shades of Lemon Ginger #8A862D

Tints of Lemon Ginger #8A862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.27%

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

R = 43.53%
G = 42.27%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A862D (or 0x8A862D) is known color: Lemon Ginger. HEX triplet: 8A, 86 and 2D. RGB value is (138,134,45). Sum of RGB (Red+Green+Blue) = 138+134+45=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A862D is #7579D2. Grayscale: #7D7D7D. Windows color (decimal): -7698899 or 2983562. OLE color: 2983562.

HSL color Cylindrical-coordinate representation of color #8A862D: hue angle of 57.42º degrees, saturation: 0.51, 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 #8A862D is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 134 45 -
CMYK 0 0.03 0.67 0.46
HSL 57.42º 0.51% 0.36% -
HSV(B) 57.42º 0.67% 0.54% -
XYZ 19.48 22.64 5.83 -
YUV 125.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 138 134 45 0 0.03 0.67 0.46 57.42 0.51 0.36
Hex 8A 86 2D 0 3 43 2E 39 33 24
Octal 212 206 55 0 3 103 56 71 63 44
Binary 10001010 10000110 101101 0 11 1000011 101110 111001 110011 100100

Color Harmonies of #8A862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A862D

Black with #8A862D

Text Example


Text Example

White with #8A862D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,134,45); }

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

background-color css

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

 a { background-color: rgb(138,134,45); }

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

border-color css

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

 span { border-color: rgb(138,134,45); }

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