#817529

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

Shades of Pesto #817529

Tints of Pesto #817529

Color information

#817529 (or 0x817529) is unknown color: approx Pesto. HEX triplet: 81, 75 and 29. RGB value is (129,117,41). Sum of RGB (Red+Green+Blue) = 129+117+41=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #817529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817529 is #7E8AD6. Grayscale: #707070. Windows color (decimal): -8293079 or 2717057. OLE color: 2717057.

HSL color Cylindrical-coordinate representation of color #817529: hue angle of 51.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #817529 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB12911741-
CMYK00.090.680.49
HSL51.82º51.76%33.33%-
HSV(B)51.82º68.22%50.59%-
XYZ15.8117.554.65-
YUV111.9287.98140.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=44.95%
G=40.77%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291174100.090.680.4951.8251.7633.33
Hex817529094431343421
Octal2011655101110461646441
Binary100000011110101101001010011000100110001110100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817529; }

 p { color: rgb(129,117,41); }

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

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

 a { background-color: rgb(129,117,41); }

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

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

 span { border-color: rgb(129,117,41); }

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