#827329

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

Shades of Pesto #827329

Tints of Pesto #827329

Color information

#827329 (or 0x827329) is unknown color: approx Pesto. HEX triplet: 82, 73 and 29. RGB value is (130,115,41). Sum of RGB (Red+Green+Blue) = 130+115+41=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #827329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827329 is #7D8CD6. Grayscale: #6F6F6F. Windows color (decimal): -8228055 or 2716546. OLE color: 2716546.

HSL color Cylindrical-coordinate representation of color #827329: hue angle of 49.89º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #827329 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB13011541-
CMYK00.120.680.49
HSL49.89º52.05%33.53%-
HSV(B)49.89º68.46%50.98%-
XYZ15.7417.174.58-
YUV111.0588.47141.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 41 (16.41% from 255) = 14.34%
R=45.45%
G=40.21%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301154100.120.680.4949.8952.0533.53
Hex8273290C4431323422
Octal2021635101410461626442
Binary100000101110011101001011001000100110001110010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827329; }

 p { color: rgb(130,115,41); }

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

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

 a { background-color: rgb(130,115,41); }

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

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

 span { border-color: rgb(130,115,41); }

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