#817C2B

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

Shades of Pesto #817C2B

Tints of Pesto #817C2B

Color information

#817C2B (or 0x817C2B) is unknown color: approx Pesto. HEX triplet: 81, 7C and 2B. RGB value is (129,124,43). Sum of RGB (Red+Green+Blue) = 129+124+43=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #817C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C2B is #7E83D4. Grayscale: #747474. Windows color (decimal): -8291285 or 2849921. OLE color: 2849921.

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

Color convert

RGB12912443-
CMYK00.040.670.49
HSL56.51º50%33.73%-
HSV(B)56.51º66.67%50.59%-
XYZ16.719.265.12-
YUV116.2686.66137.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 124 (48.83% from 255) = 41.89%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=43.58%
G=41.89%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291244300.040.670.4956.515033.73
Hex817C2B044331393222
Octal201174530410361716242
Binary10000001111110010101101001000011110001111001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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