#887C21

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

Shades of Lemon Ginger #887C21

Tints of Lemon Ginger #887C21

Color information

#887C21 (or 0x887C21) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7C and 21. RGB value is (136,124,33). Sum of RGB (Red+Green+Blue) = 136+124+33=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #887C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C21 is #7783DE. Grayscale: #757575. Windows color (decimal): -7832543 or 2194568. OLE color: 2194568.

HSL color Cylindrical-coordinate representation of color #887C21: hue angle of 53.01º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #887C21 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB13612433-
CMYK00.090.760.47
HSL53.01º60.95%33.14%-
HSV(B)53.01º75.74%53.33%-
XYZ17.6419.764.32-
YUV117.2180.48141.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 124 (48.83% from 255) = 42.32%
BLUE value IS 33 (13.28% from 255) = 11.26%
R=46.42%
G=42.32%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361243300.090.760.4753.0160.9533.14
Hex887C21094C2F353d21
Octal2101744101111457657541
Binary100010001111100100001010011001100101111110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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