#887F2C

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

Shades of Lemon Ginger #887F2C

Tints of Lemon Ginger #887F2C

Color information

#887F2C (or 0x887F2C) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7F and 2C. RGB value is (136,127,44). Sum of RGB (Red+Green+Blue) = 136+127+44=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #887F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887F2C is #7780D3. Grayscale: #787878. Windows color (decimal): -7831764 or 2916232. OLE color: 2916232.

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

Color convert

RGB13612744-
CMYK00.070.680.47
HSL54.13º51.11%35.29%-
HSV(B)54.13º67.65%53.33%-
XYZ18.220.595.4-
YUV120.2384.98139.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 127 (50% from 255) = 41.37%
BLUE value IS 44 (17.58% from 255) = 14.33%
R=44.30%
G=41.37%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361274400.070.680.4754.1351.1135.29
Hex887F2C07442F363323
Octal210177540710457666343
Binary10001000111111110110001111000100101111110110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,127,44); }

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

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

 a { background-color: rgb(136,127,44); }

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

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

 span { border-color: rgb(136,127,44); }

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