#8D841D

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

Shades of Lemon Ginger #8D841D

Tints of Lemon Ginger #8D841D

Color information

#8D841D (or 0x8D841D) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 84 and 1D. RGB value is (141,132,29). Sum of RGB (Red+Green+Blue) = 141+132+29=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D841D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D841D is #727BE2. Grayscale: #7B7B7B. Windows color (decimal): -7502819 or 1934477. OLE color: 1934477.

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

Color convert

RGB14113229-
CMYK00.060.790.45
HSL55.18º65.88%33.33%-
HSV(B)55.18º79.43%55.29%-
XYZ19.4622.254.43-
YUV122.9574.98140.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 29 (11.72% from 255) = 9.60%
R=46.69%
G=43.71%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411322900.060.790.4555.1865.8833.33
Hex8D841D064F2D374221
Octal2152043506117556710241
Binary100011011000010011101011010011111011011101111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D841D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,29); }

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

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

 a { background-color: rgb(141,132,29); }

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

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

 span { border-color: rgb(141,132,29); }

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