#8D831D

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

Shades of Lemon Ginger #8D831D

Tints of Lemon Ginger #8D831D

Color information

#8D831D (or 0x8D831D) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 83 and 1D. RGB value is (141,131,29). Sum of RGB (Red+Green+Blue) = 141+131+29=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D831D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D831D is #727CE2. Grayscale: #7A7A7A. Windows color (decimal): -7503075 or 1934221. OLE color: 1934221.

HSL color Cylindrical-coordinate representation of color #8D831D: hue angle of 54.64º 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 #8D831D is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB14113129-
CMYK00.070.790.45
HSL54.64º65.88%33.33%-
HSV(B)54.64º79.43%55.29%-
XYZ19.3221.984.39-
YUV122.3675.31141.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 29 (11.72% from 255) = 9.63%
R=46.84%
G=43.52%
B=9.63%

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
Decimal1411312900.070.790.4554.6465.8833.33
Hex8D831D074F2D374221
Octal2152033507117556710241
Binary100011011000001111101011110011111011011101111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D831D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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