#887B2A

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

Shades of Lemon Ginger #887B2A

Tints of Lemon Ginger #887B2A

Color information

#887B2A (or 0x887B2A) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7B and 2A. RGB value is (136,123,42). Sum of RGB (Red+Green+Blue) = 136+123+42=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #887B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B2A is #7784D5. Grayscale: #757575. Windows color (decimal): -7832790 or 2784136. OLE color: 2784136.

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

Color convert

RGB13612342-
CMYK00.100.690.47
HSL51.7º52.81%34.9%-
HSV(B)51.7º69.12%53.33%-
XYZ17.6519.575.04-
YUV117.6585.31141.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=45.18%
G=40.86%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361234200.100.690.4751.752.8134.9
Hex887B2A0A452F343523
Octal2101735201210557646543
Binary100010001111011101010010101000101101111110100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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