#8D8519

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

Shades of Lemon Ginger #8D8519

Tints of Lemon Ginger #8D8519

Color information

#8D8519 (or 0x8D8519) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 85 and 19. RGB value is (141,133,25). Sum of RGB (Red+Green+Blue) = 141+133+25=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8519 is #727AE6. Grayscale: #7B7B7B. Windows color (decimal): -7502567 or 1672589. OLE color: 1672589.

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

Color convert

RGB14113325-
CMYK00.060.820.45
HSL55.86º69.88%32.55%-
HSV(B)55.86º82.27%55.29%-
XYZ19.5522.514.23-
YUV123.0872.65140.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.16%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 25 (10.16% from 255) = 8.36%
R=47.16%
G=44.48%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411332500.060.820.4555.8669.8832.55
Hex8D851906522D384621
Octal2152053106122557010641
Binary100011011000010111001011010100101011011110001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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