#8D852C

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

Shades of Lemon Ginger #8D852C

Tints of Lemon Ginger #8D852C

Color information

#8D852C (or 0x8D852C) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 85 and 2C. RGB value is (141,133,44). Sum of RGB (Red+Green+Blue) = 141+133+44=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D852C is #727AD3. Grayscale: #7D7D7D. Windows color (decimal): -7502548 or 2917773. OLE color: 2917773.

HSL color Cylindrical-coordinate representation of color #8D852C: hue angle of 55.05º 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 #8D852C is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB14113344-
CMYK00.060.690.45
HSL55.05º52.43%36.27%-
HSV(B)55.05º68.79%55.29%-
XYZ19.8322.625.7-
YUV125.2582.15139.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 44 (17.58% from 255) = 13.84%
R=44.34%
G=41.82%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411334400.060.690.4555.0552.4336.27
Hex8D852C06452D373424
Octal215205540610555676444
Binary100011011000010110110001101000101101101110111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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