#827437

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

Shades of Pesto #827437

Tints of Pesto #827437

Color information

#827437 (or 0x827437) is unknown color: approx Pesto. HEX triplet: 82, 74 and 37. RGB value is (130,116,55). Sum of RGB (Red+Green+Blue) = 130+116+55=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #827437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827437 is #7D8BC8. Grayscale: #717171. Windows color (decimal): -8227785 or 3634306. OLE color: 3634306.

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

Color convert

RGB13011655-
CMYK00.110.580.49
HSL48.8º40.54%36.27%-
HSV(B)48.8º57.69%50.98%-
XYZ16.1417.516.14-
YUV113.2395.14139.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 55 (21.88% from 255) = 18.27%
R=43.19%
G=38.54%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301165500.110.580.4948.840.5436.27
Hex8274370B3A31312924
Octal202164670137261615144
Binary10000010111010011011101011111010110001110001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827437; }

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

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

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

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

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

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

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

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