#827737

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

Shades of Pesto #827737

Tints of Pesto #827737

Color information

#827737 (or 0x827737) is unknown color: approx Pesto. HEX triplet: 82, 77 and 37. RGB value is (130,119,55). Sum of RGB (Red+Green+Blue) = 130+119+55=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #827737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827737 is #7D88C8. Grayscale: #737373. Windows color (decimal): -8227017 or 3635074. OLE color: 3635074.

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

Color convert

RGB13011955-
CMYK00.080.580.49
HSL51.2º40.54%36.27%-
HSV(B)51.2º57.69%50.98%-
XYZ16.4918.226.26-
YUV114.9994.14138.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 55 (21.88% from 255) = 18.09%
R=42.76%
G=39.14%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301195500.080.580.4951.240.5436.27
Hex827737083A31332924
Octal202167670107261635144
Binary10000010111011111011101000111010110001110011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827737; }

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

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

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

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

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

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

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

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