#83772E

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

Shades of Pesto #83772E

Tints of Pesto #83772E

Color information

#83772E (or 0x83772E) is unknown color: approx Pesto. HEX triplet: 83, 77 and 2E. RGB value is (131,119,46). Sum of RGB (Red+Green+Blue) = 131+119+46=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83772E is #7C88D1. Grayscale: #727272. Windows color (decimal): -8161490 or 3045251. OLE color: 3045251.

HSL color Cylindrical-coordinate representation of color #83772E: hue angle of 51.53º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83772E is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB13111946-
CMYK00.090.650.49
HSL51.53º48.02%34.71%-
HSV(B)51.53º64.89%51.37%-
XYZ16.4518.225.23-
YUV114.2789.48139.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 46 (18.36% from 255) = 15.54%
R=44.26%
G=40.20%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311194600.090.650.4951.5348.0234.71
Hex83772E094131343023
Octal2031675601110161646043
Binary100000111110111101110010011000001110001110100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83772E; }

 p { color: rgb(131,119,46); }

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

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

 a { background-color: rgb(131,119,46); }

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

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

 span { border-color: rgb(131,119,46); }

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