#8D831E

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

Shades of Lemon Ginger #8D831E

Tints of Lemon Ginger #8D831E

Color information

#8D831E (or 0x8D831E) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 83 and 1E. RGB value is (141,131,30). Sum of RGB (Red+Green+Blue) = 141+131+30=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D831E is #727CE1. Grayscale: #7A7A7A. Windows color (decimal): -7503074 or 1999757. OLE color: 1999757.

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

Color convert

RGB14113130-
CMYK00.070.790.45
HSL54.59º64.91%33.53%-
HSV(B)54.59º78.72%55.29%-
XYZ19.3421.994.45-
YUV122.4875.81141.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 30 (12.11% from 255) = 9.93%
R=46.69%
G=43.38%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411313000.070.790.4554.5964.9133.53
Hex8D831E074F2D374122
Octal2152033607117556710142
Binary100011011000001111110011110011111011011101111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,131,30); }

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

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

 a { background-color: rgb(141,131,30); }

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

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

 span { border-color: rgb(141,131,30); }

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