#8D8629

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

Shades of Lemon Ginger #8D8629

Tints of Lemon Ginger #8D8629

Color information

#8D8629 (or 0x8D8629) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 86 and 29. RGB value is (141,134,41). Sum of RGB (Red+Green+Blue) = 141+134+41=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8629 is #7279D6. Grayscale: #7D7D7D. Windows color (decimal): -7502295 or 2721421. OLE color: 2721421.

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

Color convert

RGB14113441-
CMYK00.050.710.45
HSL55.8º54.95%35.69%-
HSV(B)55.8º70.92%55.29%-
XYZ19.9122.875.46-
YUV125.4980.32139.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 41 (16.41% from 255) = 12.97%
R=44.62%
G=42.41%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411344100.050.710.4555.854.9535.69
Hex8D862905472D383724
Octal215206510510755706744
Binary100011011000011010100101011000111101101111000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,134,41); }

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

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

 a { background-color: rgb(141,134,41); }

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

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

 span { border-color: rgb(141,134,41); }

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