Html Css Color HEX #8D832E Lemon Ginger

📋 copy color: '#8D832E'

red 141 ◦ green 131 ◦ blue 46

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

Shades of Lemon Ginger #8D832E

Tints of Lemon Ginger #8D832E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 44.34%
G = 41.19%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D832E (or 0x8D832E) is known color: Lemon Ginger. HEX triplet: 8D, 83 and 2E. RGB value is (141,131,46). Sum of RGB (Red+Green+Blue) = 141+131+46=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D832E is #727CD1. Grayscale: #7C7C7C. Windows color (decimal): -7503058 or 3048333. OLE color: 3048333.

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

Color convert

RGB 141 131 46 -
CMYK 0 0.07 0.67 0.45
HSL 53.68º 0.51% 0.37% -
HSV(B) 53.68º 0.67% 0.55% -
XYZ 19.59 22.09 5.82 -
YUV 124.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 141 131 46 0 0.07 0.67 0.45 53.68 0.51 0.37
Hex 8D 83 2E 0 7 43 2D 36 33 25
Octal 215 203 56 0 7 103 55 66 63 45
Binary 10001101 10000011 101110 0 111 1000011 101101 110110 110011 100101

Color Harmonies of #8D832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D832E

Black with #8D832E

Text Example


Text Example

White with #8D832E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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