#8D832B

Color #8D832B Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #8D832B

Tints of Lemon Ginger #8D832B

Color information

#8D832B (or 0x8D832B) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 83 and 2B. RGB value is (141,131,43). Sum of RGB (Red+Green+Blue) = 141+131+43=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D832B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D832B is #727CD4. Grayscale: #7C7C7C. Windows color (decimal): -7503061 or 2851725. OLE color: 2851725.

HSL color Cylindrical-coordinate representation of color #8D832B: hue angle of 53.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D832B is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB14113143-
CMYK00.070.700.45
HSL53.88º53.26%36.08%-
HSV(B)53.88º69.5%55.29%-
XYZ19.5422.075.52-
YUV123.9682.31140.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=44.76%
G=41.59%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411314300.070.700.4553.8853.2636.08
Hex8D832B07462D363524
Octal215203530710655666544
Binary100011011000001110101101111000110101101110110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D832B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D832B;
 }
 .AnyTagClassName
 {
   color: #8D832B;
 }
</style>
background-color css

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

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

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

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

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

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