#887B2D

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

Shades of Lemon Ginger #887B2D

Tints of Lemon Ginger #887B2D

Color information

#887B2D (or 0x887B2D) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7B and 2D. RGB value is (136,123,45). Sum of RGB (Red+Green+Blue) = 136+123+45=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #887B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B2D is #7784D2. Grayscale: #767676. Windows color (decimal): -7832787 or 2980744. OLE color: 2980744.

HSL color Cylindrical-coordinate representation of color #887B2D: hue angle of 51.43º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #887B2D is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB13612345-
CMYK00.100.670.47
HSL51.43º50.28%35.49%-
HSV(B)51.43º66.91%53.33%-
XYZ17.7119.595.33-
YUV117.9986.81140.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 45 (17.97% from 255) = 14.80%
R=44.74%
G=40.46%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361234500.100.670.4751.4350.2835.49
Hex887B2D0A432F333223
Octal2101735501210357636243
Binary100010001111011101101010101000011101111110011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,123,45); }

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

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

 a { background-color: rgb(136,123,45); }

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

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

 span { border-color: rgb(136,123,45); }

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