#887E2D

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

Shades of Lemon Ginger #887E2D

Tints of Lemon Ginger #887E2D

Color information

#887E2D (or 0x887E2D) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7E and 2D. RGB value is (136,126,45). Sum of RGB (Red+Green+Blue) = 136+126+45=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #887E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887E2D is #7781D2. Grayscale: #787878. Windows color (decimal): -7832019 or 2981512. OLE color: 2981512.

HSL color Cylindrical-coordinate representation of color #887E2D: hue angle of 53.41º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #887E2D is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB13612645-
CMYK00.070.670.47
HSL53.41º50.28%35.49%-
HSV(B)53.41º66.91%53.33%-
XYZ18.0920.355.46-
YUV119.7685.81139.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 45 (17.97% from 255) = 14.66%
R=44.30%
G=41.04%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361264500.070.670.4753.4150.2835.49
Hex887E2D07432F353223
Octal210176550710357656243
Binary10001000111111010110101111000011101111110101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887E2D; }

 p { color: rgb(136,126,45); }

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

<style>
 a { background-color: #887E2D; }

 a { background-color: rgb(136,126,45); }

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

<style>
 span { border-color: #887E2D; }

 span { border-color: rgb(136,126,45); }

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