#817931

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

Shades of Pesto #817931

Tints of Pesto #817931

Color information

#817931 (or 0x817931) is unknown color: approx Pesto. HEX triplet: 81, 79 and 31. RGB value is (129,121,49). Sum of RGB (Red+Green+Blue) = 129+121+49=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #817931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817931 is #7E86CE. Grayscale: #737373. Windows color (decimal): -8292047 or 3242369. OLE color: 3242369.

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

Color convert

RGB12912149-
CMYK00.060.620.49
HSL54º44.94%34.9%-
HSV(B)54º62.02%50.59%-
XYZ16.4518.565.62-
YUV115.1890.65137.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=43.14%
G=40.47%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291214900.060.620.495444.9434.9
Hex817931063E31362d23
Octal20117161067661665543
Binary1000000111110011100010110111110110001110110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817931; }

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

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

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

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

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

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

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

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