#827834

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

Shades of Pesto #827834

Tints of Pesto #827834

Color information

#827834 (or 0x827834) is unknown color: approx Pesto. HEX triplet: 82, 78 and 34. RGB value is (130,120,52). Sum of RGB (Red+Green+Blue) = 130+120+52=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #827834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827834 is #7D87CB. Grayscale: #737373. Windows color (decimal): -8226764 or 3438722. OLE color: 3438722.

HSL color Cylindrical-coordinate representation of color #827834: hue angle of 52.31º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #827834 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB13012052-
CMYK00.080.600.49
HSL52.31º42.86%35.69%-
HSV(B)52.31º60%50.98%-
XYZ16.5418.435.93-
YUV115.2492.31138.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=43.05%
G=39.74%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301205200.080.600.4952.3142.8635.69
Hex827834083C31342b24
Octal202170640107461645344
Binary10000010111100011010001000111100110001110100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827834; }

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

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

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

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

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

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

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

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