#817A2C

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

Shades of Pesto #817A2C

Tints of Pesto #817A2C

Color information

#817A2C (or 0x817A2C) is unknown color: approx Pesto. HEX triplet: 81, 7A and 2C. RGB value is (129,122,44). Sum of RGB (Red+Green+Blue) = 129+122+44=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #817A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817A2C is #7E85D3. Grayscale: #737373. Windows color (decimal): -8291796 or 2914945. OLE color: 2914945.

HSL color Cylindrical-coordinate representation of color #817A2C: hue angle of 55.06º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #817A2C is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB12912244-
CMYK00.050.660.49
HSL55.06º49.13%33.92%-
HSV(B)55.06º65.89%50.59%-
XYZ16.4718.775.14-
YUV115.287.82137.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=43.73%
G=41.36%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291224400.050.660.4955.0649.1333.92
Hex817A2C054231373122
Octal201172540510261676142
Binary10000001111101010110001011000010110001110111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817A2C; }

 p { color: rgb(129,122,44); }

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

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

 a { background-color: rgb(129,122,44); }

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

<style>
 span { border-color: #817A2C; }

 span { border-color: rgb(129,122,44); }

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