#817527

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

Shades of Pesto #817527

Tints of Pesto #817527

Color information

#817527 (or 0x817527) is unknown color: approx Pesto. HEX triplet: 81, 75 and 27. RGB value is (129,117,39). Sum of RGB (Red+Green+Blue) = 129+117+39=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #817527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817527 is #7E8AD8. Grayscale: #707070. Windows color (decimal): -8293081 or 2585985. OLE color: 2585985.

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

Color convert

RGB12911739-
CMYK00.090.700.49
HSL52º53.57%32.94%-
HSV(B)52º69.77%50.59%-
XYZ15.7817.544.47-
YUV111.786.98140.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=45.26%
G=41.05%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291173900.090.700.495253.5732.94
Hex817527094631343621
Octal2011654701110661646641
Binary100000011110101100111010011000110110001110100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817527; }

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

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

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

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

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

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

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

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