#87802F

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

Shades of Lemon Ginger #87802F

Tints of Lemon Ginger #87802F

Color information

#87802F (or 0x87802F) is unknown color: approx Lemon Ginger. HEX triplet: 87, 80 and 2F. RGB value is (135,128,47). Sum of RGB (Red+Green+Blue) = 135+128+47=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87802F is #787FD0. Grayscale: #797979. Windows color (decimal): -7897041 or 3113095. OLE color: 3113095.

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

Color convert

RGB13512847-
CMYK00.050.650.47
HSL55.23º48.35%35.69%-
HSV(B)55.23º65.19%52.94%-
XYZ18.2220.795.74-
YUV120.8686.32138.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 47 (18.75% from 255) = 15.16%
R=43.55%
G=41.29%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351284700.050.650.4755.2348.3535.69
Hex87802F05412F373024
Octal207200570510157676044
Binary100001111000000010111101011000001101111110111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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