#80722D

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

Shades of Pesto #80722D

Tints of Pesto #80722D

Color information

#80722D (or 0x80722D) is unknown color: approx Pesto. HEX triplet: 80, 72 and 2D. RGB value is (128,114,45). Sum of RGB (Red+Green+Blue) = 128+114+45=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80722D is #7F8DD2. Grayscale: #6E6E6E. Windows color (decimal): -8359379 or 2978432. OLE color: 2978432.

HSL color Cylindrical-coordinate representation of color #80722D: hue angle of 49.88º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80722D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB12811445-
CMYK00.110.650.50
HSL49.88º47.98%33.92%-
HSV(B)49.88º64.84%50.2%-
XYZ15.3916.814.92-
YUV110.3291.14140.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=44.60%
G=39.72%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281144500.110.650.5049.8847.9833.92
Hex80722D0B4132323022
Octal2001625501310162626042
Binary100000001110010101101010111000001110010110010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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