#80733A

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

Shades of Pesto #80733A

Tints of Pesto #80733A

Color information

#80733A (or 0x80733A) is unknown color: approx Pesto. HEX triplet: 80, 73 and 3A. RGB value is (128,115,58). Sum of RGB (Red+Green+Blue) = 128+115+58=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #80733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80733A is #7F8CC5. Grayscale: #707070. Windows color (decimal): -8359110 or 3830656. OLE color: 3830656.

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

Color convert

RGB12811558-
CMYK00.100.550.50
HSL48.86º37.63%36.47%-
HSV(B)48.86º54.69%50.2%-
XYZ15.817.166.48-
YUV112.3997.31139.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=42.52%
G=38.21%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281155800.100.550.5048.8637.6336.47
Hex80733A0A3732312624
Octal200163720126762614644
Binary10000000111001111101001010110111110010110001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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