#827828

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

Shades of Pesto #827828

Tints of Pesto #827828

Color information

#827828 (or 0x827828) is unknown color: approx Pesto. HEX triplet: 82, 78 and 28. RGB value is (130,120,40). Sum of RGB (Red+Green+Blue) = 130+120+40=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #827828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827828 is #7D87D7. Grayscale: #727272. Windows color (decimal): -8226776 or 2652290. OLE color: 2652290.

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

Color convert

RGB13012040-
CMYK00.080.690.49
HSL53.33º52.94%33.33%-
HSV(B)53.33º69.23%50.98%-
XYZ16.3118.334.69-
YUV113.8786.31139.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 40 (16.02% from 255) = 13.79%
R=44.83%
G=41.38%
B=13.79%

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
Decimal1301204000.080.690.4953.3352.9433.33
Hex827828084531353521
Octal2021705001010561656541
Binary100000101111000101000010001000101110001110101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827828; }

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

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

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

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

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

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

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

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