#837621

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

Shades of Pesto #837621

Tints of Pesto #837621

Color information

#837621 (or 0x837621) is unknown color: approx Pesto. HEX triplet: 83, 76 and 21. RGB value is (131,118,33). Sum of RGB (Red+Green+Blue) = 131+118+33=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #837621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837621 is #7C89DE. Grayscale: #707070. Windows color (decimal): -8161759 or 2193027. OLE color: 2193027.

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

Color convert

RGB13111833-
CMYK00.100.750.49
HSL52.04º59.76%32.16%-
HSV(B)52.04º74.81%51.37%-
XYZ16.1117.894.04-
YUV112.283.31141.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 33 (13.28% from 255) = 11.70%
R=46.45%
G=41.84%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311183300.100.750.4952.0459.7632.16
Hex8376210A4B31343c20
Octal2031664101211361647440
Binary100000111110110100001010101001011110001110100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837621; }

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

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

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

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

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

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

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

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