#867820

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

Shades of Pesto #867820

Tints of Pesto #867820

Color information

#867820 (or 0x867820) is unknown color: approx Pesto. HEX triplet: 86, 78 and 20. RGB value is (134,120,32). Sum of RGB (Red+Green+Blue) = 134+120+32=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #867820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867820 is #7987DF. Grayscale: #727272. Windows color (decimal): -7964640 or 2128006. OLE color: 2128006.

HSL color Cylindrical-coordinate representation of color #867820: hue angle of 51.76º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #867820 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB13412032-
CMYK00.100.760.47
HSL51.76º61.45%32.55%-
HSV(B)51.76º76.12%52.55%-
XYZ16.8118.614.07-
YUV114.1581.64142.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 32 (12.89% from 255) = 11.19%
R=46.85%
G=41.96%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341203200.100.760.4751.7661.4532.55
Hex8678200A4C2F343d21
Octal2061704001211457647541
Binary100001101111000100000010101001100101111110100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867820; }

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

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

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

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

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

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

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

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