#827636

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

Shades of Pesto #827636

Tints of Pesto #827636

Color information

#827636 (or 0x827636) is unknown color: approx Pesto. HEX triplet: 82, 76 and 36. RGB value is (130,118,54). Sum of RGB (Red+Green+Blue) = 130+118+54=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #827636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827636 is #7D89C9. Grayscale: #727272. Windows color (decimal): -8227274 or 3569282. OLE color: 3569282.

HSL color Cylindrical-coordinate representation of color #827636: hue angle of 50.53º 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 #827636 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB13011854-
CMYK00.090.580.49
HSL50.53º41.3%36.08%-
HSV(B)50.53º58.46%50.98%-
XYZ16.3517.976.1-
YUV114.2993.98139.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 118 (46.48% from 255) = 39.07%
BLUE value IS 54 (21.48% from 255) = 17.88%
R=43.05%
G=39.07%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301185400.090.580.4950.5341.336.08
Hex827636093A31332924
Octal202166660117261635144
Binary10000010111011011011001001111010110001110011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827636; }

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

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

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

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

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

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

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

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