#86782E

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

Shades of Pesto #86782E

Tints of Pesto #86782E

Color information

#86782E (or 0x86782E) is unknown color: approx Pesto. HEX triplet: 86, 78 and 2E. RGB value is (134,120,46). Sum of RGB (Red+Green+Blue) = 134+120+46=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #86782E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86782E is #7987D1. Grayscale: #747474. Windows color (decimal): -7964626 or 3045510. OLE color: 3045510.

HSL color Cylindrical-coordinate representation of color #86782E: hue angle of 50.45º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86782E is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB13412046-
CMYK00.100.660.47
HSL50.45º48.89%35.29%-
HSV(B)50.45º65.67%52.55%-
XYZ17.0418.75.3-
YUV115.7588.64141.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 46 (18.36% from 255) = 15.33%
R=44.67%
G=40%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341204600.100.660.4750.4548.8935.29
Hex86782E0A422F323123
Octal2061705601210257626143
Binary100001101111000101110010101000010101111110010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86782E; }

 p { color: rgb(134,120,46); }

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

<style>
 a { background-color: #86782E; }

 a { background-color: rgb(134,120,46); }

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

<style>
 span { border-color: #86782E; }

 span { border-color: rgb(134,120,46); }

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