#8D8031

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

Shades of Lemon Ginger #8D8031

Tints of Lemon Ginger #8D8031

Color information

#8D8031 (or 0x8D8031) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 80 and 31. RGB value is (141,128,49). Sum of RGB (Red+Green+Blue) = 141+128+49=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8031 is #727FCE. Grayscale: #7B7B7B. Windows color (decimal): -7503823 or 3244173. OLE color: 3244173.

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

Color convert

RGB14112849-
CMYK00.090.650.45
HSL51.52º48.42%37.25%-
HSV(B)51.52º65.25%55.29%-
XYZ19.2621.326.01-
YUV122.8886.31140.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 49 (19.53% from 255) = 15.41%
R=44.34%
G=40.25%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411284900.090.650.4551.5248.4237.25
Hex8D803109412D343025
Octal2152006101110155646045
Binary1000110110000000110001010011000001101101110100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,49); }

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

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

 a { background-color: rgb(141,128,49); }

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

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

 span { border-color: rgb(141,128,49); }

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