#837522

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

Shades of Pesto #837522

Tints of Pesto #837522

Color information

#837522 (or 0x837522) is unknown color: approx Pesto. HEX triplet: 83, 75 and 22. RGB value is (131,117,34). Sum of RGB (Red+Green+Blue) = 131+117+34=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #837522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837522 is #7C8ADD. Grayscale: #707070. Windows color (decimal): -8162014 or 2258307. OLE color: 2258307.

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

Color convert

RGB13111734-
CMYK00.110.740.49
HSL51.34º58.79%32.35%-
HSV(B)51.34º74.05%51.37%-
XYZ16.0117.664.08-
YUV111.7284.14141.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=46.45%
G=41.49%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311173400.110.740.4951.3458.7932.35
Hex8375220B4A31333b20
Octal2031654201311261637340
Binary100000111110101100010010111001010110001110011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837522; }

 p { color: rgb(131,117,34); }

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

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

 a { background-color: rgb(131,117,34); }

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

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

 span { border-color: rgb(131,117,34); }

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