#82732E

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

Shades of Pesto #82732E

Tints of Pesto #82732E

Color information

#82732E (or 0x82732E) is unknown color: approx Pesto. HEX triplet: 82, 73 and 2E. RGB value is (130,115,46). Sum of RGB (Red+Green+Blue) = 130+115+46=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82732E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82732E is #7D8CD1. Grayscale: #6F6F6F. Windows color (decimal): -8228050 or 3044226. OLE color: 3044226.

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

Color convert

RGB13011546-
CMYK00.120.650.49
HSL49.29º47.73%34.51%-
HSV(B)49.29º64.62%50.98%-
XYZ15.8317.25.07-
YUV111.6290.97141.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=44.67%
G=39.52%
B=15.81%

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
Decimal1301154600.120.650.4949.2947.7334.51
Hex82732E0C4131313023
Octal2021635601410161616043
Binary100000101110011101110011001000001110001110001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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