#8D8526

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

Shades of Lemon Ginger #8D8526

Tints of Lemon Ginger #8D8526

Color information

#8D8526 (or 0x8D8526) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 85 and 26. RGB value is (141,133,38). Sum of RGB (Red+Green+Blue) = 141+133+38=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8526 is #727AD9. Grayscale: #7C7C7C. Windows color (decimal): -7502554 or 2524557. OLE color: 2524557.

HSL color Cylindrical-coordinate representation of color #8D8526: hue angle of 55.34º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D8526 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB14113338-
CMYK00.060.730.45
HSL55.34º57.54%35.1%-
HSV(B)55.34º73.05%55.29%-
XYZ19.7222.585.15-
YUV124.5679.15139.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.19%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=45.19%
G=42.63%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411333800.060.730.4555.3457.5435.1
Hex8D852606492D373a23
Octal215205460611155677243
Binary100011011000010110011001101001001101101110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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