#867F32

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

Shades of Pesto #867F32

Tints of Pesto #867F32

Color information

#867F32 (or 0x867F32) is unknown color: approx Pesto. HEX triplet: 86, 7F and 32. RGB value is (134,127,50). Sum of RGB (Red+Green+Blue) = 134+127+50=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #867F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F32 is #7980CD. Grayscale: #787878. Windows color (decimal): -7962830 or 3309446. OLE color: 3309446.

HSL color Cylindrical-coordinate representation of color #867F32: hue angle of 55º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #867F32 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13412750-
CMYK00.050.630.47
HSL55º45.65%36.08%-
HSV(B)55º62.69%52.55%-
XYZ1820.486.02-
YUV120.3188.32137.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=43.09%
G=40.84%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341275000.050.630.475545.6536.08
Hex867F32053F2F372e24
Octal20617762057757675644
Binary1000011011111111100100101111111101111110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,50); }

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

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

 a { background-color: rgb(134,127,50); }

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

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

 span { border-color: rgb(134,127,50); }

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