Html Css Color HEX #8A7A1D Lemon Ginger

📋 copy color: '#8A7A1D'

red 138 ◦ green 122 ◦ blue 29

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

Shades of Lemon Ginger #8A7A1D

Tints of Lemon Ginger #8A7A1D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.21%

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 47.75%
G = 42.21%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#8A7A1D (or 0x8A7A1D) is known color: Lemon Ginger. HEX triplet: 8A, 7A and 1D. RGB value is (138,122,29). Sum of RGB (Red+Green+Blue) = 138+122+29=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7A1D is #7585E2. Grayscale: #747474. Windows color (decimal): -7701987 or 1931914. OLE color: 1931914.

HSL color Cylindrical-coordinate representation of color #8A7A1D: hue angle of 51.19º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A7A1D is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 122 29 -
CMYK 0 0.12 0.79 0.46
HSL 51.19º 0.65% 0.33% -
HSV(B) 51.19º 0.79% 0.54% -
XYZ 17.66 19.41 3.98 -
YUV 116.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 138 122 29 0 0.12 0.79 0.46 51.19 0.65 0.33
Hex 8A 7A 1D 0 C 4F 2E 33 41 21
Octal 212 172 35 0 14 117 56 63 101 41
Binary 10001010 1111010 11101 0 1100 1001111 101110 110011 1000001 100001

Color Harmonies of #8A7A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7A1D

Black with #8A7A1D

Text Example


Text Example

White with #8A7A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,122,29); }

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

background-color css

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

 a { background-color: rgb(138,122,29); }

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

border-color css

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

 span { border-color: rgb(138,122,29); }

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