#887C32

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

Shades of Lemon Ginger #887C32

Tints of Lemon Ginger #887C32

Color information

#887C32 (or 0x887C32) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7C and 32. RGB value is (136,124,50). Sum of RGB (Red+Green+Blue) = 136+124+50=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #887C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C32 is #7783CD. Grayscale: #777777. Windows color (decimal): -7832526 or 3308680. OLE color: 3308680.

HSL color Cylindrical-coordinate representation of color #887C32: hue angle of 51.63º 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 #887C32 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13612450-
CMYK00.090.630.47
HSL51.63º46.24%36.47%-
HSV(B)51.63º63.24%53.33%-
XYZ17.9419.885.91-
YUV119.1588.98140.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=43.87%
G=40%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361245000.090.630.4751.6346.2436.47
Hex887C32093F2F342e24
Octal210174620117757645644
Binary10001000111110011001001001111111101111110100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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