#817031

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

Shades of Pesto #817031

Tints of Pesto #817031

Color information

#817031 (or 0x817031) is unknown color: approx Pesto. HEX triplet: 81, 70 and 31. RGB value is (129,112,49). Sum of RGB (Red+Green+Blue) = 129+112+49=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #817031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817031 is #7E8FCE. Grayscale: #6E6E6E. Windows color (decimal): -8294351 or 3240065. OLE color: 3240065.

HSL color Cylindrical-coordinate representation of color #817031: hue angle of 47.25º 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 #817031 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB12911249-
CMYK00.130.620.49
HSL47.25º44.94%34.9%-
HSV(B)47.25º62.02%50.59%-
XYZ15.416.485.27-
YUV109.993.63141.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 49 (19.53% from 255) = 16.90%
R=44.48%
G=38.62%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291124900.130.620.4947.2544.9434.9
Hex8170310D3E312f2d23
Octal201160610157661575543
Binary10000001111000011000101101111110110001101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817031; }

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

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

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

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

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

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

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

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