#817F37

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

Shades of Pesto #817F37

Tints of Pesto #817F37

Color information

#817F37 (or 0x817F37) is unknown color: approx Pesto. HEX triplet: 81, 7F and 37. RGB value is (129,127,55). Sum of RGB (Red+Green+Blue) = 129+127+55=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #817F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817F37 is #7E80C8. Grayscale: #777777. Windows color (decimal): -8290505 or 3637121. OLE color: 3637121.

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

Color convert

RGB12912755-
CMYK00.020.570.49
HSL58.38º40.22%36.08%-
HSV(B)58.38º57.36%50.59%-
XYZ17.3320.126.58-
YUV119.3991.66134.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=41.48%
G=40.84%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291275500.020.570.4958.3840.2236.08
Hex817F370239313a2824
Octal20117767027161725044
Binary100000011111111110111010111001110001111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,127,55); }

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

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

 a { background-color: rgb(129,127,55); }

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

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

 span { border-color: rgb(129,127,55); }

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