#81782B

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

Shades of Pesto #81782B

Tints of Pesto #81782B

Color information

#81782B (or 0x81782B) is unknown color: approx Pesto. HEX triplet: 81, 78 and 2B. RGB value is (129,120,43). Sum of RGB (Red+Green+Blue) = 129+120+43=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #81782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81782B is #7E87D4. Grayscale: #727272. Windows color (decimal): -8292309 or 2848897. OLE color: 2848897.

HSL color Cylindrical-coordinate representation of color #81782B: hue angle of 53.72º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81782B is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB12912043-
CMYK00.070.670.49
HSL53.72º50%33.73%-
HSV(B)53.72º66.67%50.59%-
XYZ16.2118.274.96-
YUV113.9187.98138.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=44.18%
G=41.10%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291204300.070.670.4953.725033.73
Hex81782B074331363222
Octal201170530710361666242
Binary10000001111100010101101111000011110001110110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81782B; }

 p { color: rgb(129,120,43); }

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

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

 a { background-color: rgb(129,120,43); }

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

<style>
 span { border-color: #81782B; }

 span { border-color: rgb(129,120,43); }

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