#8D8115

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

Shades of Lemon Ginger #8D8115

Tints of Lemon Ginger #8D8115

Color information

#8D8115 (or 0x8D8115) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 81 and 15. RGB value is (141,129,21). Sum of RGB (Red+Green+Blue) = 141+129+21=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8115 is #727EEA. Grayscale: #787878. Windows color (decimal): -7503595 or 1409421. OLE color: 1409421.

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

Color convert

RGB14112921-
CMYK00.090.850.45
HSL54º74.07%31.76%-
HSV(B)54º85.11%55.29%-
XYZ18.9721.423.84-
YUV120.2871.98142.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.45%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 21 (8.59% from 255) = 7.22%
R=48.45%
G=44.33%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411292100.090.850.455474.0731.76
Hex8D811509552D364a20
Octal21520125011125556611240
Binary1000110110000001101010100110101011011011101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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