#827637

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

Shades of Pesto #827637

Tints of Pesto #827637

Color information

#827637 (or 0x827637) is unknown color: approx Pesto. HEX triplet: 82, 76 and 37. RGB value is (130,118,55). Sum of RGB (Red+Green+Blue) = 130+118+55=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #827637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827637 is #7D89C8. Grayscale: #727272. Windows color (decimal): -8227273 or 3634818. OLE color: 3634818.

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

Color convert

RGB13011855-
CMYK00.090.580.49
HSL50.4º40.54%36.27%-
HSV(B)50.4º57.69%50.98%-
XYZ16.3717.986.22-
YUV114.4194.48139.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 55 (21.88% from 255) = 18.15%
R=42.90%
G=38.94%
B=18.15%

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
Decimal1301185500.090.580.4950.440.5436.27
Hex827637093A31322924
Octal202166670117261625144
Binary10000010111011011011101001111010110001110010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827637; }

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

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

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

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

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

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

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

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