#877F31

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

Shades of Lemon Ginger #877F31

Tints of Lemon Ginger #877F31

Color information

#877F31 (or 0x877F31) is unknown color: approx Lemon Ginger. HEX triplet: 87, 7F and 31. RGB value is (135,127,49). Sum of RGB (Red+Green+Blue) = 135+127+49=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #877F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877F31 is #7880CE. Grayscale: #787878. Windows color (decimal): -7897295 or 3243911. OLE color: 3243911.

HSL color Cylindrical-coordinate representation of color #877F31: hue angle of 54.42º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #877F31 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB13512749-
CMYK00.060.640.47
HSL54.42º46.74%36.08%-
HSV(B)54.42º63.7%52.94%-
XYZ18.1420.555.92-
YUV120.587.65138.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 49 (19.53% from 255) = 15.76%
R=43.41%
G=40.84%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351274900.060.640.4754.4246.7436.08
Hex877F3106402F362f24
Octal207177610610057665744
Binary10000111111111111000101101000000101111110110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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