#867A2F

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

Shades of Pesto #867A2F

Tints of Pesto #867A2F

Color information

#867A2F (or 0x867A2F) is unknown color: approx Pesto. HEX triplet: 86, 7A and 2F. RGB value is (134,122,47). Sum of RGB (Red+Green+Blue) = 134+122+47=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #867A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A2F is #7985D0. Grayscale: #757575. Windows color (decimal): -7964113 or 3111558. OLE color: 3111558.

HSL color Cylindrical-coordinate representation of color #867A2F: hue angle of 51.72º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #867A2F is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB13412247-
CMYK00.090.650.47
HSL51.72º48.07%35.49%-
HSV(B)51.72º64.93%52.55%-
XYZ17.319.195.48-
YUV117.0488.48140.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=44.22%
G=40.26%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341224700.090.650.4751.7248.0735.49
Hex867A2F09412F343023
Octal2061725701110157646043
Binary100001101111010101111010011000001101111110100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,122,47); }

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

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

 a { background-color: rgb(134,122,47); }

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

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

 span { border-color: rgb(134,122,47); }

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