#8D831C

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

Shades of Lemon Ginger #8D831C

Tints of Lemon Ginger #8D831C

Color information

#8D831C (or 0x8D831C) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 83 and 1C. RGB value is (141,131,28). Sum of RGB (Red+Green+Blue) = 141+131+28=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D831C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D831C is #727CE3. Grayscale: #7A7A7A. Windows color (decimal): -7503076 or 1868685. OLE color: 1868685.

HSL color Cylindrical-coordinate representation of color #8D831C: hue angle of 54.69º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D831C is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB14113128-
CMYK00.070.800.45
HSL54.69º66.86%33.14%-
HSV(B)54.69º80.14%55.29%-
XYZ19.3121.984.32-
YUV122.2574.81141.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 28 (11.33% from 255) = 9.33%
R=47%
G=43.67%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411312800.070.800.4554.6966.8633.14
Hex8D831C07502D374321
Octal2152033407120556710341
Binary100011011000001111100011110100001011011101111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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