#82753A

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

Shades of Pesto #82753A

Tints of Pesto #82753A

Color information

#82753A (or 0x82753A) is unknown color: approx Pesto. HEX triplet: 82, 75 and 3A. RGB value is (130,117,58). Sum of RGB (Red+Green+Blue) = 130+117+58=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82753A is #7D8AC5. Grayscale: #727272. Windows color (decimal): -8227526 or 3831170. OLE color: 3831170.

HSL color Cylindrical-coordinate representation of color #82753A: hue angle of 49.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82753A is Cyan = 0, Magento = 0.1, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB13011758-
CMYK00.10.550.49
HSL49.17º38.3%36.86%-
HSV(B)49.17º55.38%50.98%-
XYZ16.3317.776.57-
YUV114.1696.31139.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=42.62%
G=38.36%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301175800.10.550.4949.1738.336.86
Hex82753A0A3731312625
Octal202165720126761614645
Binary10000010111010111101001010110111110001110001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82753A; }

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

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

<style>
 a { background-color: #82753A; }

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

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

<style>
 span { border-color: #82753A; }

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

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