#837620

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

Shades of Pesto #837620

Tints of Pesto #837620

Color information

#837620 (or 0x837620) is unknown color: approx Pesto. HEX triplet: 83, 76 and 20. RGB value is (131,118,32). Sum of RGB (Red+Green+Blue) = 131+118+32=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #837620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837620 is #7C89DF. Grayscale: #707070. Windows color (decimal): -8161760 or 2127491. OLE color: 2127491.

HSL color Cylindrical-coordinate representation of color #837620: hue angle of 52.12º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #837620 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB13111832-
CMYK00.100.760.49
HSL52.12º60.74%31.96%-
HSV(B)52.12º75.57%51.37%-
XYZ16.117.893.97-
YUV112.0882.81141.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 32 (12.89% from 255) = 11.39%
R=46.62%
G=41.99%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311183200.100.760.4952.1260.7431.96
Hex8376200A4C31343d20
Octal2031664001211461647540
Binary100000111110110100000010101001100110001110100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837620; }

 p { color: rgb(131,118,32); }

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

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

 a { background-color: rgb(131,118,32); }

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

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

 span { border-color: rgb(131,118,32); }

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