#80712a

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

Shades of Pesto #80712A

Tints of Pesto #80712A

Color information

#80712A (or 0x80712A) is unknown color: approx Pesto. HEX triplet: 80, 71 and 2A. RGB value is (128,113,42). Sum of RGB (Red+Green+Blue) = 128+113+42=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #80712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80712A is #7F8ED5. Grayscale: #6D6D6D. Windows color (decimal): -8359638 or 2781568. OLE color: 2781568.

HSL color Cylindrical-coordinate representation of color #80712A: hue angle of 49.53º 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 #80712A is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB12811342-
CMYK00.120.670.50
HSL49.53º50.59%33.33%-
HSV(B)49.53º67.19%50.2%-
XYZ15.2316.574.59-
YUV109.3989.97141.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 42 (16.80% from 255) = 14.84%
R=45.23%
G=39.93%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281134200.120.670.5049.5350.5933.33
Hex80712A0C4332323321
Octal2001615201410362626341
Binary100000001110001101010011001000011110010110010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80712a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80712a; }

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

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

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

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

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

<style>
 span { border-color: #80712a; }

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

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