#82782B

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

Shades of Pesto #82782B

Tints of Pesto #82782B

Color information

#82782B (or 0x82782B) is unknown color: approx Pesto. HEX triplet: 82, 78 and 2B. RGB value is (130,120,43). Sum of RGB (Red+Green+Blue) = 130+120+43=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82782B is #7D87D4. Grayscale: #727272. Windows color (decimal): -8226773 or 2848898. OLE color: 2848898.

HSL color Cylindrical-coordinate representation of color #82782B: hue angle of 53.1º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82782B is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB13012043-
CMYK00.080.670.49
HSL53.1º50.29%33.92%-
HSV(B)53.1º66.92%50.98%-
XYZ16.3618.354.97-
YUV114.2187.81139.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=44.37%
G=40.96%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301204300.080.670.4953.150.2933.92
Hex82782B084331353222
Octal2021705301010361656242
Binary100000101111000101011010001000011110001110101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82782B; }

 p { color: rgb(130,120,43); }

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

<style>
 a { background-color: #82782B; }

 a { background-color: rgb(130,120,43); }

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

<style>
 span { border-color: #82782B; }

 span { border-color: rgb(130,120,43); }

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