#827827

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

Shades of Pesto #827827

Tints of Pesto #827827

Color information

#827827 (or 0x827827) is unknown color: approx Pesto. HEX triplet: 82, 78 and 27. RGB value is (130,120,39). Sum of RGB (Red+Green+Blue) = 130+120+39=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #827827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827827 is #7D87D8. Grayscale: #727272. Windows color (decimal): -8226777 or 2586754. OLE color: 2586754.

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

Color convert

RGB13012039-
CMYK00.080.700.49
HSL53.41º53.85%33.14%-
HSV(B)53.41º70%50.98%-
XYZ16.2918.334.6-
YUV113.7685.81139.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 39 (15.62% from 255) = 13.49%
R=44.98%
G=41.52%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301203900.080.700.4953.4153.8533.14
Hex827827084631353621
Octal2021704701010661656641
Binary100000101111000100111010001000110110001110101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827827; }

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

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

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

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

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

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

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

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