#827728

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

Shades of Pesto #827728

Tints of Pesto #827728

Color information

#827728 (or 0x827728) is unknown color: approx Pesto. HEX triplet: 82, 77 and 28. RGB value is (130,119,40). Sum of RGB (Red+Green+Blue) = 130+119+40=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #827728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827728 is #7D88D7. Grayscale: #717171. Windows color (decimal): -8227032 or 2652034. OLE color: 2652034.

HSL color Cylindrical-coordinate representation of color #827728: hue angle of 52.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #827728 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB13011940-
CMYK00.080.690.49
HSL52.67º52.94%33.33%-
HSV(B)52.67º69.23%50.98%-
XYZ16.1918.094.65-
YUV113.2886.64139.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=44.98%
G=41.18%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301194000.080.690.4952.6752.9433.33
Hex827728084531353521
Octal2021675001010561656541
Binary100000101110111101000010001000101110001110101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827728; }

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

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

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

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

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

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

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

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