#827337

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

Shades of Pesto #827337

Tints of Pesto #827337

Color information

#827337 (or 0x827337) is unknown color: approx Pesto. HEX triplet: 82, 73 and 37. RGB value is (130,115,55). Sum of RGB (Red+Green+Blue) = 130+115+55=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #827337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827337 is #7D8CC8. Grayscale: #707070. Windows color (decimal): -8228041 or 3634050. OLE color: 3634050.

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

Color convert

RGB13011555-
CMYK00.120.580.49
HSL48º40.54%36.27%-
HSV(B)48º57.69%50.98%-
XYZ16.0317.286.11-
YUV112.6495.47140.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 55 (21.88% from 255) = 18.33%
R=43.33%
G=38.33%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301155500.120.580.494840.5436.27
Hex8273370C3A31302924
Octal202163670147261605144
Binary10000010111001111011101100111010110001110000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827337; }

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

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

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

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

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

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

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

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