Html Css Color HEX #8D8431 Lemon Ginger

📋 copy color: '#8D8431'

red 141 ◦ green 132 ◦ blue 49

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

Shades of Lemon Ginger #8D8431

Tints of Lemon Ginger #8D8431

RGB

 RED value IS 141 (55.47% from 255) = 43.79%

 GREEN value IS 132 (51.95% from 255) = 40.99%

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

R = 43.79%
G = 40.99%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8D8431 (or 0x8D8431) is known color: Lemon Ginger. HEX triplet: 8D, 84 and 31. RGB value is (141,132,49). Sum of RGB (Red+Green+Blue) = 141+132+49=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8431 is #727BCE. Grayscale: #7D7D7D. Windows color (decimal): -7502799 or 3245197. OLE color: 3245197.

HSL color Cylindrical-coordinate representation of color #8D8431: hue angle of 54.13º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D8431 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 132 49 -
CMYK 0 0.06 0.65 0.45
HSL 54.13º 0.48% 0.37% -
HSV(B) 54.13º 0.65% 0.55% -
XYZ 19.79 22.39 6.18 -
YUV 125.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 141 132 49 0 0.06 0.65 0.45 54.13 0.48 0.37
Hex 8D 84 31 0 6 41 2D 36 30 25
Octal 215 204 61 0 6 101 55 66 60 45
Binary 10001101 10000100 110001 0 110 1000001 101101 110110 110000 100101

Color Harmonies of #8D8431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8431

Black with #8D8431

Text Example


Text Example

White with #8D8431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,132,49); }

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

background-color css

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

 a { background-color: rgb(141,132,49); }

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

border-color css

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

 span { border-color: rgb(141,132,49); }

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