#8C832E

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

Shades of Lemon Ginger #8C832E

Tints of Lemon Ginger #8C832E

Color information

#8C832E (or 0x8C832E) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 83 and 2E. RGB value is (140,131,46). Sum of RGB (Red+Green+Blue) = 140+131+46=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C832E is #737CD1. Grayscale: #7C7C7C. Windows color (decimal): -7568594 or 3048332. OLE color: 3048332.

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

Color convert

RGB14013146-
CMYK00.060.670.45
HSL54.26º50.54%36.47%-
HSV(B)54.26º67.14%54.9%-
XYZ19.4222.015.81-
YUV12483.98139.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 46 (18.36% from 255) = 14.51%
R=44.16%
G=41.32%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401314600.060.670.4554.2650.5436.47
Hex8C832E06432D363324
Octal214203560610355666344
Binary100011001000001110111001101000011101101110110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,46); }

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

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

 a { background-color: rgb(140,131,46); }

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

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

 span { border-color: rgb(140,131,46); }

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