#82732F

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

Shades of Pesto #82732F

Tints of Pesto #82732F

Color information

#82732F (or 0x82732F) is unknown color: approx Pesto. HEX triplet: 82, 73 and 2F. RGB value is (130,115,47). Sum of RGB (Red+Green+Blue) = 130+115+47=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82732F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82732F is #7D8CD0. Grayscale: #707070. Windows color (decimal): -8228049 or 3109762. OLE color: 3109762.

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

Color convert

RGB13011547-
CMYK00.120.640.49
HSL49.16º46.89%34.71%-
HSV(B)49.16º63.85%50.98%-
XYZ15.8517.215.18-
YUV111.7391.47141.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=44.52%
G=39.38%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301154700.120.640.4949.1646.8934.71
Hex82732F0C4031312f23
Octal2021635701410061615743
Binary100000101110011101111011001000000110001110001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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