#877F2A

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

Shades of Lemon Ginger #877F2A

Tints of Lemon Ginger #877F2A

Color information

#877F2A (or 0x877F2A) is unknown color: approx Lemon Ginger. HEX triplet: 87, 7F and 2A. RGB value is (135,127,42). Sum of RGB (Red+Green+Blue) = 135+127+42=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #877F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877F2A is #7880D5. Grayscale: #787878. Windows color (decimal): -7897302 or 2785159. OLE color: 2785159.

HSL color Cylindrical-coordinate representation of color #877F2A: hue angle of 54.84º 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 #877F2A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13512742-
CMYK00.060.690.47
HSL54.84º52.54%34.71%-
HSV(B)54.84º68.89%52.94%-
XYZ1820.55.2-
YUV119.784.15138.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 127 (50% from 255) = 41.78%
BLUE value IS 42 (16.80% from 255) = 13.82%
R=44.41%
G=41.78%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351274200.060.690.4754.8452.5434.71
Hex877F2A06452F373523
Octal207177520610557676543
Binary10000111111111110101001101000101101111110111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877F2A; }

 p { color: rgb(135,127,42); }

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

<style>
 a { background-color: #877F2A; }

 a { background-color: rgb(135,127,42); }

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

<style>
 span { border-color: #877F2A; }

 span { border-color: rgb(135,127,42); }

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