#80783A

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

Shades of Pesto #80783A

Tints of Pesto #80783A

Color information

#80783A (or 0x80783A) is unknown color: approx Pesto. HEX triplet: 80, 78 and 3A. RGB value is (128,120,58). Sum of RGB (Red+Green+Blue) = 128+120+58=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80783A is #7F87C5. Grayscale: #737373. Windows color (decimal): -8357830 or 3831936. OLE color: 3831936.

HSL color Cylindrical-coordinate representation of color #80783A: hue angle of 53.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80783A is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB12812058-
CMYK00.060.550.50
HSL53.14º37.63%36.47%-
HSV(B)53.14º54.69%50.2%-
XYZ16.3818.336.68-
YUV115.3295.65137.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 58 (23.05% from 255) = 18.95%
R=41.83%
G=39.22%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281205800.060.550.5053.1437.6336.47
Hex80783A063732352624
Octal20017072066762654644
Binary1000000011110001110100110110111110010110101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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