Html Css Color HEX #8D8134 Lemon Ginger

📋 copy color: '#8D8134'

red 141 ◦ green 129 ◦ blue 52

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

Shades of Lemon Ginger #8D8134

Tints of Lemon Ginger #8D8134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 43.79%
G = 40.06%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8D8134 (or 0x8D8134) is known color: Lemon Ginger. HEX triplet: 8D, 81 and 34. RGB value is (141,129,52). Sum of RGB (Red+Green+Blue) = 141+129+52=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8134 is #727ECB. Grayscale: #7C7C7C. Windows color (decimal): -7503564 or 3441037. OLE color: 3441037.

HSL color Cylindrical-coordinate representation of color #8D8134: hue angle of 51.91º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D8134 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 129 52 -
CMYK 0 0.09 0.63 0.45
HSL 51.91º 0.46% 0.38% -
HSV(B) 51.91º 0.63% 0.55% -
XYZ 19.45 21.61 6.39 -
YUV 123.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 141 129 52 0 0.09 0.63 0.45 51.91 0.46 0.38
Hex 8D 81 34 0 9 3F 2D 34 2E 26
Octal 215 201 64 0 11 77 55 64 56 46
Binary 10001101 10000001 110100 0 1001 111111 101101 110100 101110 100110

Color Harmonies of #8D8134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8134

Black with #8D8134

Text Example


Text Example

White with #8D8134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,129,52); }

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

background-color css

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

 a { background-color: rgb(141,129,52); }

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

border-color css

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

 span { border-color: rgb(141,129,52); }

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