#817525

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

Shades of Pesto #817525

Tints of Pesto #817525

Color information

#817525 (or 0x817525) is unknown color: approx Pesto. HEX triplet: 81, 75 and 25. RGB value is (129,117,37). Sum of RGB (Red+Green+Blue) = 129+117+37=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #817525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817525 is #7E8ADA. Grayscale: #6F6F6F. Windows color (decimal): -8293083 or 2454913. OLE color: 2454913.

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

Color convert

RGB12911737-
CMYK00.090.710.49
HSL52.17º55.42%32.55%-
HSV(B)52.17º71.32%50.59%-
XYZ15.7517.524.3-
YUV111.4785.98140.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 37 (14.84% from 255) = 13.07%
R=45.58%
G=41.34%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291173700.090.710.4952.1755.4232.55
Hex817525094731343721
Octal2011654501110761646741
Binary100000011110101100101010011000111110001110100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817525; }

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

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

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

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

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

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

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

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