#8D812F

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

Shades of Lemon Ginger #8D812F

Tints of Lemon Ginger #8D812F

Color information

#8D812F (or 0x8D812F) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 81 and 2F. RGB value is (141,129,47). Sum of RGB (Red+Green+Blue) = 141+129+47=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D812F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D812F is #727ED0. Grayscale: #7B7B7B. Windows color (decimal): -7503569 or 3113357. OLE color: 3113357.

HSL color Cylindrical-coordinate representation of color #8D812F: hue angle of 52.34º degrees, saturation: 0.5, 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 #8D812F is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB14112947-
CMYK00.090.670.45
HSL52.34º50%36.86%-
HSV(B)52.34º66.67%55.29%-
XYZ19.3521.575.83-
YUV123.2484.98140.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 47 (18.75% from 255) = 14.83%
R=44.48%
G=40.69%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411294700.090.670.4552.345036.86
Hex8D812F09432D343225
Octal2152015701110355646245
Binary1000110110000001101111010011000011101101110100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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