#82732B

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

Shades of Pesto #82732B

Tints of Pesto #82732B

Color information

#82732B (or 0x82732B) is unknown color: approx Pesto. HEX triplet: 82, 73 and 2B. RGB value is (130,115,43). Sum of RGB (Red+Green+Blue) = 130+115+43=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82732B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82732B is #7D8CD4. Grayscale: #6F6F6F. Windows color (decimal): -8228053 or 2847618. OLE color: 2847618.

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

Color convert

RGB13011543-
CMYK00.120.670.49
HSL49.66º50.29%33.92%-
HSV(B)49.66º66.92%50.98%-
XYZ15.7717.184.77-
YUV111.2889.47141.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 43 (17.19% from 255) = 14.93%
R=45.14%
G=39.93%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301154300.120.670.4949.6650.2933.92
Hex82732B0C4331323222
Octal2021635301410361626242
Binary100000101110011101011011001000011110001110010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82732B; }

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

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

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

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

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

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

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

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