#827837

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

Shades of Pesto #827837

Tints of Pesto #827837

Color information

#827837 (or 0x827837) is unknown color: approx Pesto. HEX triplet: 82, 78 and 37. RGB value is (130,120,55). Sum of RGB (Red+Green+Blue) = 130+120+55=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #827837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827837 is #7D87C8. Grayscale: #737373. Windows color (decimal): -8226761 or 3635330. OLE color: 3635330.

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

Color convert

RGB13012055-
CMYK00.080.580.49
HSL52º40.54%36.27%-
HSV(B)52º57.69%50.98%-
XYZ16.6118.456.3-
YUV115.5893.81138.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=42.62%
G=39.34%
B=18.03%

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
Decimal1301205500.080.580.495240.5436.27
Hex827837083A31342924
Octal202170670107261645144
Binary10000010111100011011101000111010110001110100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827837; }

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

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

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

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

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

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

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

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