#887F32

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

Shades of Lemon Ginger #887F32

Tints of Lemon Ginger #887F32

Color information

#887F32 (or 0x887F32) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7F and 32. RGB value is (136,127,50). Sum of RGB (Red+Green+Blue) = 136+127+50=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #887F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887F32 is #7780CD. Grayscale: #797979. Windows color (decimal): -7831758 or 3309448. OLE color: 3309448.

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

Color convert

RGB13612750-
CMYK00.070.630.47
HSL53.72º46.24%36.47%-
HSV(B)53.72º63.24%53.33%-
XYZ18.3220.646.04-
YUV120.9187.98138.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 50 (19.92% from 255) = 15.97%
R=43.45%
G=40.58%
B=15.97%

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
Decimal1361275000.070.630.4753.7246.2436.47
Hex887F32073F2F362e24
Octal21017762077757665644
Binary1000100011111111100100111111111101111110110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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