#877C31

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

Shades of Pesto #877C31

Tints of Pesto #877C31

Color information

#877C31 (or 0x877C31) is unknown color: approx Pesto. HEX triplet: 87, 7C and 31. RGB value is (135,124,49). Sum of RGB (Red+Green+Blue) = 135+124+49=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #877C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877C31 is #7883CE. Grayscale: #777777. Windows color (decimal): -7898063 or 3243143. OLE color: 3243143.

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

Color convert

RGB13512449-
CMYK00.080.640.47
HSL52.33º46.74%36.08%-
HSV(B)52.33º63.7%52.94%-
XYZ17.7519.795.79-
YUV118.7488.64139.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=43.83%
G=40.26%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351244900.080.640.4752.3346.7436.08
Hex877C3108402F342f24
Octal2071746101010057645744
Binary100001111111100110001010001000000101111110100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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