#867C37

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

Shades of Pesto #867C37

Tints of Pesto #867C37

Color information

#867C37 (or 0x867C37) is unknown color: approx Pesto. HEX triplet: 86, 7C and 37. RGB value is (134,124,55). Sum of RGB (Red+Green+Blue) = 134+124+55=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #867C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C37 is #7983C8. Grayscale: #777777. Windows color (decimal): -7963593 or 3636358. OLE color: 3636358.

HSL color Cylindrical-coordinate representation of color #867C37: hue angle of 52.41º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #867C37 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB13412455-
CMYK00.070.590.47
HSL52.41º41.8%37.06%-
HSV(B)52.41º58.96%52.55%-
XYZ17.7319.766.49-
YUV119.1291.81138.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 55 (21.88% from 255) = 17.57%
R=42.81%
G=39.62%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341245500.070.590.4752.4141.837.06
Hex867C37073B2F342a25
Octal20617467077357645245
Binary1000011011111001101110111111011101111110100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867C37; }

 p { color: rgb(134,124,55); }

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

<style>
 a { background-color: #867C37; }

 a { background-color: rgb(134,124,55); }

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

<style>
 span { border-color: #867C37; }

 span { border-color: rgb(134,124,55); }

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