#82752F

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

Shades of Pesto #82752F

Tints of Pesto #82752F

Color information

#82752F (or 0x82752F) is unknown color: approx Pesto. HEX triplet: 82, 75 and 2F. RGB value is (130,117,47). Sum of RGB (Red+Green+Blue) = 130+117+47=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82752F is #7D8AD0. Grayscale: #717171. Windows color (decimal): -8227537 or 3110274. OLE color: 3110274.

HSL color Cylindrical-coordinate representation of color #82752F: hue angle of 50.6º 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 #82752F is Cyan = 0, Magento = 0.1, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB13011747-
CMYK00.10.640.49
HSL50.6º46.89%34.71%-
HSV(B)50.6º63.85%50.98%-
XYZ16.0817.675.25-
YUV112.9190.81140.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=44.22%
G=39.80%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301174700.10.640.4950.646.8934.71
Hex82752F0A4031332f23
Octal2021655701210061635743
Binary100000101110101101111010101000000110001110011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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