#877D2C

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

Shades of Pesto #877D2C

Tints of Pesto #877D2C

Color information

#877D2C (or 0x877D2C) is unknown color: approx Pesto. HEX triplet: 87, 7D and 2C. RGB value is (135,125,44). Sum of RGB (Red+Green+Blue) = 135+125+44=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #877D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D2C is #7882D3. Grayscale: #777777. Windows color (decimal): -7897812 or 2915719. OLE color: 2915719.

HSL color Cylindrical-coordinate representation of color #877D2C: hue angle of 53.41º degrees, saturation: 0.51, 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 #877D2C is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB13512544-
CMYK00.070.670.47
HSL53.41º50.84%35.1%-
HSV(B)53.41º67.41%52.94%-
XYZ17.78205.31-
YUV118.7685.81139.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 125 (49.22% from 255) = 41.12%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=44.41%
G=41.12%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351254400.070.670.4753.4150.8435.1
Hex877D2C07432F353323
Octal207175540710357656343
Binary10000111111110110110001111000011101111110101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,125,44); }

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

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

 a { background-color: rgb(135,125,44); }

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

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

 span { border-color: rgb(135,125,44); }

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