#81782A

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

Shades of Pesto #81782A

Tints of Pesto #81782A

Color information

#81782A (or 0x81782A) is unknown color: approx Pesto. HEX triplet: 81, 78 and 2A. RGB value is (129,120,42). Sum of RGB (Red+Green+Blue) = 129+120+42=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81782A is #7E87D5. Grayscale: #727272. Windows color (decimal): -8292310 or 2783361. OLE color: 2783361.

HSL color Cylindrical-coordinate representation of color #81782A: hue angle of 53.79º degrees, saturation: 0.51, 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 #81782A is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB12912042-
CMYK00.070.670.49
HSL53.79º50.88%33.53%-
HSV(B)53.79º67.44%50.59%-
XYZ16.1918.274.86-
YUV113.887.48138.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 42 (16.80% from 255) = 14.43%
R=44.33%
G=41.24%
B=14.43%

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
Decimal1291204200.070.670.4953.7950.8833.53
Hex81782A074331363322
Octal201170520710361666342
Binary10000001111100010101001111000011110001110110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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