#887C1B

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

Shades of Lemon Ginger #887C1B

Tints of Lemon Ginger #887C1B

Color information

#887C1B (or 0x887C1B) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7C and 1B. RGB value is (136,124,27). Sum of RGB (Red+Green+Blue) = 136+124+27=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #887C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C1B is #7783E4. Grayscale: #747474. Windows color (decimal): -7832549 or 1801352. OLE color: 1801352.

HSL color Cylindrical-coordinate representation of color #887C1B: hue angle of 53.39º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #887C1B is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB13612427-
CMYK00.090.800.47
HSL53.39º66.87%31.96%-
HSV(B)53.39º80.15%53.33%-
XYZ17.5619.733.92-
YUV116.5377.48141.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 27 (10.94% from 255) = 9.41%
R=47.39%
G=43.21%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361242700.090.800.4753.3966.8731.96
Hex887C1B09502F354320
Octal21017433011120576510340
Binary100010001111100110110100110100001011111101011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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