Html Css Color HEX #8D8331 Lemon Ginger

📋 copy color: '#8D8331'

red 141 ◦ green 131 ◦ blue 49

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

Shades of Lemon Ginger #8D8331

Tints of Lemon Ginger #8D8331

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

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

R = 43.93%
G = 40.81%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8D8331 (or 0x8D8331) is known color: Lemon Ginger. HEX triplet: 8D, 83 and 31. RGB value is (141,131,49). Sum of RGB (Red+Green+Blue) = 141+131+49=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8331 is #727CCE. Grayscale: #7C7C7C. Windows color (decimal): -7503055 or 3244941. OLE color: 3244941.

HSL color Cylindrical-coordinate representation of color #8D8331: hue angle of 53.48º 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 #8D8331 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 131 49 -
CMYK 0 0.07 0.65 0.45
HSL 53.48º 0.48% 0.37% -
HSV(B) 53.48º 0.65% 0.55% -
XYZ 19.66 22.12 6.14 -
YUV 124.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 141 131 49 0 0.07 0.65 0.45 53.48 0.48 0.37
Hex 8D 83 31 0 7 41 2D 35 30 25
Octal 215 203 61 0 7 101 55 65 60 45
Binary 10001101 10000011 110001 0 111 1000001 101101 110101 110000 100101

Color Harmonies of #8D8331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8331

Black with #8D8331

Text Example


Text Example

White with #8D8331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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