#887D33

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

Shades of Lemon Ginger #887D33

Tints of Lemon Ginger #887D33

Color information

#887D33 (or 0x887D33) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7D and 33. RGB value is (136,125,51). Sum of RGB (Red+Green+Blue) = 136+125+51=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #887D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D33 is #7782CC. Grayscale: #787878. Windows color (decimal): -7832269 or 3374472. OLE color: 3374472.

HSL color Cylindrical-coordinate representation of color #887D33: hue angle of 52.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #887D33 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB13612551-
CMYK00.080.620.47
HSL52.24º45.45%36.67%-
HSV(B)52.24º62.5%53.33%-
XYZ18.0820.146.07-
YUV119.8589.14139.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=43.59%
G=40.06%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361255100.080.620.4752.2445.4536.67
Hex887D33083E2F342d25
Octal210175630107657645545
Binary10001000111110111001101000111110101111110100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,125,51); }

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

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

 a { background-color: rgb(136,125,51); }

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

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

 span { border-color: rgb(136,125,51); }

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