#80722A

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

Shades of Pesto #80722A

Tints of Pesto #80722A

Color information

#80722A (or 0x80722A) is unknown color: approx Pesto. HEX triplet: 80, 72 and 2A. RGB value is (128,114,42). Sum of RGB (Red+Green+Blue) = 128+114+42=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #80722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80722A is #7F8DD5. Grayscale: #6E6E6E. Windows color (decimal): -8359382 or 2781824. OLE color: 2781824.

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

Color convert

RGB12811442-
CMYK00.110.670.50
HSL50.23º50.59%33.33%-
HSV(B)50.23º67.19%50.2%-
XYZ15.3416.794.62-
YUV109.9889.64140.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=45.07%
G=40.14%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281144200.110.670.5050.2350.5933.33
Hex80722A0B4332323321
Octal2001625201310362626341
Binary100000001110010101010010111000011110010110010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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