#82732D

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

Shades of Pesto #82732D

Tints of Pesto #82732D

Color information

#82732D (or 0x82732D) is unknown color: approx Pesto. HEX triplet: 82, 73 and 2D. RGB value is (130,115,45). Sum of RGB (Red+Green+Blue) = 130+115+45=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82732D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82732D is #7D8CD2. Grayscale: #6F6F6F. Windows color (decimal): -8228051 or 2978690. OLE color: 2978690.

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

Color convert

RGB13011545-
CMYK00.120.650.49
HSL49.41º48.57%34.31%-
HSV(B)49.41º65.38%50.98%-
XYZ15.8117.24.97-
YUV111.590.47141.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=44.83%
G=39.66%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301154500.120.650.4949.4148.5734.31
Hex82732D0C4131313122
Octal2021635501410161616142
Binary100000101110011101101011001000001110001110001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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