Html Css Color HEX #8A8131 Lemon Ginger

📋 copy color: '#8A8131'

red 138 ◦ green 129 ◦ blue 49

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

Shades of Lemon Ginger #8A8131

Tints of Lemon Ginger #8A8131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 43.67%
G = 40.82%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#8A8131 (or 0x8A8131) is known color: Lemon Ginger. HEX triplet: 8A, 81 and 31. RGB value is (138,129,49). Sum of RGB (Red+Green+Blue) = 138+129+49=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8131 is #757ECE. Grayscale: #7A7A7A. Windows color (decimal): -7700175 or 3244426. OLE color: 3244426.

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

Color convert

RGB 138 129 49 -
CMYK 0 0.07 0.64 0.46
HSL 53.93º 0.48% 0.37% -
HSV(B) 53.93º 0.64% 0.54% -
XYZ 18.89 21.33 6.03 -
YUV 122.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 138 129 49 0 0.07 0.64 0.46 53.93 0.48 0.37
Hex 8A 81 31 0 7 40 2E 36 30 25
Octal 212 201 61 0 7 100 56 66 60 45
Binary 10001010 10000001 110001 0 111 1000000 101110 110110 110000 100101

Color Harmonies of #8A8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8131

Black with #8A8131

Text Example


Text Example

White with #8A8131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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