#8D812D

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

Shades of Lemon Ginger #8D812D

Tints of Lemon Ginger #8D812D

Color information

#8D812D (or 0x8D812D) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 81 and 2D. RGB value is (141,129,45). Sum of RGB (Red+Green+Blue) = 141+129+45=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D812D is #727ED2. Grayscale: #7B7B7B. Windows color (decimal): -7503571 or 2982285. OLE color: 2982285.

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

Color convert

RGB14112945-
CMYK00.090.680.45
HSL52.5º51.61%36.47%-
HSV(B)52.5º68.09%55.29%-
XYZ19.3121.555.63-
YUV123.0183.98140.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 45 (17.97% from 255) = 14.29%
R=44.76%
G=40.95%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411294500.090.680.4552.551.6136.47
Hex8D812D09442D343424
Octal2152015501110455646444
Binary1000110110000001101101010011000100101101110100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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