#827336

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

Shades of Pesto #827336

Tints of Pesto #827336

Color information

#827336 (or 0x827336) is unknown color: approx Pesto. HEX triplet: 82, 73 and 36. RGB value is (130,115,54). Sum of RGB (Red+Green+Blue) = 130+115+54=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #827336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827336 is #7D8CC9. Grayscale: #707070. Windows color (decimal): -8228042 or 3568514. OLE color: 3568514.

HSL color Cylindrical-coordinate representation of color #827336: hue angle of 48.16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #827336 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB13011554-
CMYK00.120.580.49
HSL48.16º41.3%36.08%-
HSV(B)48.16º58.46%50.98%-
XYZ1617.275.98-
YUV112.5394.97140.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=43.48%
G=38.46%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301155400.120.580.4948.1641.336.08
Hex8273360C3A31302924
Octal202163660147261605144
Binary10000010111001111011001100111010110001110000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827336; }

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

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

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

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

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

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

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

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