#827734

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

Shades of Pesto #827734

Tints of Pesto #827734

Color information

#827734 (or 0x827734) is unknown color: approx Pesto. HEX triplet: 82, 77 and 34. RGB value is (130,119,52). Sum of RGB (Red+Green+Blue) = 130+119+52=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #827734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827734 is #7D88CB. Grayscale: #727272. Windows color (decimal): -8227020 or 3438466. OLE color: 3438466.

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

Color convert

RGB13011952-
CMYK00.080.600.49
HSL51.54º42.86%35.69%-
HSV(B)51.54º60%50.98%-
XYZ16.4218.195.89-
YUV114.6592.64138.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=43.19%
G=39.53%
B=17.28%

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
Decimal1301195200.080.600.4951.5442.8635.69
Hex827734083C31342b24
Octal202167640107461645344
Binary10000010111011111010001000111100110001110100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827734; }

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

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

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

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

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

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

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

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