#83782C

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

Shades of Pesto #83782C

Tints of Pesto #83782C

Color information

#83782C (or 0x83782C) is unknown color: approx Pesto. HEX triplet: 83, 78 and 2C. RGB value is (131,120,44). Sum of RGB (Red+Green+Blue) = 131+120+44=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #83782C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83782C is #7C87D3. Grayscale: #727272. Windows color (decimal): -8161236 or 2914435. OLE color: 2914435.

HSL color Cylindrical-coordinate representation of color #83782C: hue angle of 52.41º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83782C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB13112044-
CMYK00.080.660.49
HSL52.41º49.71%34.31%-
HSV(B)52.41º66.41%51.37%-
XYZ16.5318.445.07-
YUV114.6288.14139.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=44.41%
G=40.68%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311204400.080.660.4952.4149.7134.31
Hex83782C084231343222
Octal2031705401010261646242
Binary100000111111000101100010001000010110001110100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83782C; }

 p { color: rgb(131,120,44); }

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

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

 a { background-color: rgb(131,120,44); }

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

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

 span { border-color: rgb(131,120,44); }

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