#887D26

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

Shades of Lemon Ginger #887D26

Tints of Lemon Ginger #887D26

Color information

#887D26 (or 0x887D26) is unknown color: approx Lemon Ginger. HEX triplet: 88, 7D and 26. RGB value is (136,125,38). Sum of RGB (Red+Green+Blue) = 136+125+38=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #887D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D26 is #7782D9. Grayscale: #767676. Windows color (decimal): -7832282 or 2522504. OLE color: 2522504.

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

Color convert

RGB13612538-
CMYK00.080.720.47
HSL53.27º56.32%34.12%-
HSV(B)53.27º72.06%53.33%-
XYZ17.8420.044.76-
YUV118.3782.64140.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 125 (49.22% from 255) = 41.81%
BLUE value IS 38 (15.23% from 255) = 12.71%
R=45.48%
G=41.81%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361253800.080.720.4753.2756.3234.12
Hex887D2608482F353822
Octal2101754601011057657042
Binary100010001111101100110010001001000101111110101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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