#87802E

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

Shades of Lemon Ginger #87802E

Tints of Lemon Ginger #87802E

Color information

#87802E (or 0x87802E) is unknown color: approx Lemon Ginger. HEX triplet: 87, 80 and 2E. RGB value is (135,128,46). Sum of RGB (Red+Green+Blue) = 135+128+46=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87802E is #787FD1. Grayscale: #797979. Windows color (decimal): -7897042 or 3047559. OLE color: 3047559.

HSL color Cylindrical-coordinate representation of color #87802E: hue angle of 55.28º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87802E is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB13512846-
CMYK00.050.660.47
HSL55.28º49.17%35.49%-
HSV(B)55.28º65.93%52.94%-
XYZ18.220.795.64-
YUV120.7485.82138.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 46 (18.36% from 255) = 14.89%
R=43.69%
G=41.42%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351284600.050.660.4755.2849.1735.49
Hex87802E05422F373123
Octal207200560510257676143
Binary100001111000000010111001011000010101111110111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87802E; }

 p { color: rgb(135,128,46); }

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

<style>
 a { background-color: #87802E; }

 a { background-color: rgb(135,128,46); }

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

<style>
 span { border-color: #87802E; }

 span { border-color: rgb(135,128,46); }

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