#817E31

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

Shades of Pesto #817E31

Tints of Pesto #817E31

Color information

#817E31 (or 0x817E31) is unknown color: approx Pesto. HEX triplet: 81, 7E and 31. RGB value is (129,126,49). Sum of RGB (Red+Green+Blue) = 129+126+49=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #817E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817E31 is #7E81CE. Grayscale: #767676. Windows color (decimal): -8290767 or 3243649. OLE color: 3243649.

HSL color Cylindrical-coordinate representation of color #817E31: hue angle of 57.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #817E31 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB12912649-
CMYK00.020.620.49
HSL57.75º44.94%34.9%-
HSV(B)57.75º62.02%50.59%-
XYZ17.0719.815.83-
YUV118.1288.99135.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 126 (49.61% from 255) = 41.45%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=42.43%
G=41.45%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291264900.020.620.4957.7544.9434.9
Hex817E31023E313a2d23
Octal20117661027661725543
Binary100000011111110110001010111110110001111010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,126,49); }

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

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

 a { background-color: rgb(129,126,49); }

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

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

 span { border-color: rgb(129,126,49); }

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