#887C31

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

Shades of Lemon Ginger #887C31

Tints of Lemon Ginger #887C31

Color information

#887C31 (or 0x887C31) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7C and 31. RGB value is (136,124,49). Sum of RGB (Red+Green+Blue) = 136+124+49=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #887C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C31 is #7783CE. Grayscale: #777777. Windows color (decimal): -7832527 or 3243144. OLE color: 3243144.

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

Color convert

RGB13612449-
CMYK00.090.640.47
HSL51.72º47.03%36.27%-
HSV(B)51.72º63.97%53.33%-
XYZ17.9219.875.8-
YUV119.0488.48140.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=44.01%
G=40.13%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361244900.090.640.4751.7247.0336.27
Hex887C3109402F342f24
Octal2101746101110057645744
Binary100010001111100110001010011000000101111110100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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