#817C2C

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

Shades of Pesto #817C2C

Tints of Pesto #817C2C

Color information

#817C2C (or 0x817C2C) is unknown color: approx Pesto. HEX triplet: 81, 7C and 2C. RGB value is (129,124,44). Sum of RGB (Red+Green+Blue) = 129+124+44=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #817C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C2C is #7E83D3. Grayscale: #747474. Windows color (decimal): -8291284 or 2915457. OLE color: 2915457.

HSL color Cylindrical-coordinate representation of color #817C2C: hue angle of 56.47º 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 #817C2C is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB12912444-
CMYK00.040.660.49
HSL56.47º49.13%33.92%-
HSV(B)56.47º65.89%50.59%-
XYZ16.7219.265.22-
YUV116.3887.16137-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=43.43%
G=41.75%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291244400.040.660.4956.4749.1333.92
Hex817C2C044231383122
Octal201174540410261706142
Binary10000001111110010110001001000010110001111000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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