#87802D

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

Shades of Lemon Ginger #87802D

Tints of Lemon Ginger #87802D

Color information

#87802D (or 0x87802D) is unknown color: approx Lemon Ginger. HEX triplet: 87, 80 and 2D. RGB value is (135,128,45). Sum of RGB (Red+Green+Blue) = 135+128+45=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87802D is #787FD2. Grayscale: #787878. Windows color (decimal): -7897043 or 2982023. OLE color: 2982023.

HSL color Cylindrical-coordinate representation of color #87802D: hue angle of 55.33º 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 #87802D is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB13512845-
CMYK00.050.670.47
HSL55.33º50%35.29%-
HSV(B)55.33º66.67%52.94%-
XYZ18.1820.785.53-
YUV120.6385.32138.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 45 (17.97% from 255) = 14.61%
R=43.83%
G=41.56%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351284500.050.670.4755.335035.29
Hex87802D05432F373223
Octal207200550510357676243
Binary100001111000000010110101011000011101111110111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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