#83722D

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

Shades of Pesto #83722D

Tints of Pesto #83722D

Color information

#83722D (or 0x83722D) is unknown color: approx Pesto. HEX triplet: 83, 72 and 2D. RGB value is (131,114,45). Sum of RGB (Red+Green+Blue) = 131+114+45=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83722D is #7C8DD2. Grayscale: #6F6F6F. Windows color (decimal): -8162771 or 2978435. OLE color: 2978435.

HSL color Cylindrical-coordinate representation of color #83722D: hue angle of 48.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83722D is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB13111445-
CMYK00.130.660.49
HSL48.14º48.86%34.51%-
HSV(B)48.14º65.65%51.37%-
XYZ15.8517.054.94-
YUV111.2290.63142.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.17%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=45.17%
G=39.31%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311144500.130.660.4948.1448.8634.51
Hex83722D0D4231303123
Octal2031625501510261606143
Binary100000111110010101101011011000010110001110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83722D; }

 p { color: rgb(131,114,45); }

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

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

 a { background-color: rgb(131,114,45); }

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

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

 span { border-color: rgb(131,114,45); }

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