#83783A

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

Shades of Pesto #83783A

Tints of Pesto #83783A

Color information

#83783A (or 0x83783A) is unknown color: approx Pesto. HEX triplet: 83, 78 and 3A. RGB value is (131,120,58). Sum of RGB (Red+Green+Blue) = 131+120+58=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #83783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83783A is #7C87C5. Grayscale: #747474. Windows color (decimal): -8161222 or 3831939. OLE color: 3831939.

HSL color Cylindrical-coordinate representation of color #83783A: hue angle of 50.96º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83783A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB13112058-
CMYK00.080.560.49
HSL50.96º38.62%37.06%-
HSV(B)50.96º55.73%51.37%-
XYZ16.8418.566.7-
YUV116.2295.14138.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=42.39%
G=38.83%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311205800.080.560.4950.9638.6237.06
Hex83783A083831332725
Octal203170720107061634745
Binary10000011111100011101001000111000110001110011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83783A; }

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

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

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

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

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

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

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

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