#8D812C

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

Shades of Lemon Ginger #8D812C

Tints of Lemon Ginger #8D812C

Color information

#8D812C (or 0x8D812C) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 81 and 2C. RGB value is (141,129,44). Sum of RGB (Red+Green+Blue) = 141+129+44=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D812C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D812C is #727ED3. Grayscale: #7B7B7B. Windows color (decimal): -7503572 or 2916749. OLE color: 2916749.

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

Color convert

RGB14112944-
CMYK00.090.690.45
HSL52.58º52.43%36.27%-
HSV(B)52.58º68.79%55.29%-
XYZ19.2921.555.52-
YUV122.983.48140.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 44 (17.58% from 255) = 14.01%
R=44.90%
G=41.08%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411294400.090.690.4552.5852.4336.27
Hex8D812C09452D353424
Octal2152015401110555656444
Binary1000110110000001101100010011000101101101110101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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