#887E32

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

Shades of Lemon Ginger #887E32

Tints of Lemon Ginger #887E32

Color information

#887E32 (or 0x887E32) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7E and 32. RGB value is (136,126,50). Sum of RGB (Red+Green+Blue) = 136+126+50=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #887E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887E32 is #7781CD. Grayscale: #787878. Windows color (decimal): -7832014 or 3309192. OLE color: 3309192.

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

Color convert

RGB13612650-
CMYK00.070.630.47
HSL53.02º46.24%36.47%-
HSV(B)53.02º63.24%53.33%-
XYZ18.1920.395.99-
YUV120.3388.31139.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 50 (19.92% from 255) = 16.03%
R=43.59%
G=40.38%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361265000.070.630.4753.0246.2436.47
Hex887E32073F2F352e24
Octal21017662077757655644
Binary1000100011111101100100111111111101111110101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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