#817520

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

Shades of Pesto #817520

Tints of Pesto #817520

Color information

#817520 (or 0x817520) is unknown color: approx Pesto. HEX triplet: 81, 75 and 20. RGB value is (129,117,32). Sum of RGB (Red+Green+Blue) = 129+117+32=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #817520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817520 is #7E8ADF. Grayscale: #6F6F6F. Windows color (decimal): -8293088 or 2127233. OLE color: 2127233.

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

Color convert

RGB12911732-
CMYK00.090.750.49
HSL52.58º60.25%31.57%-
HSV(B)52.58º75.19%50.59%-
XYZ15.6817.493.92-
YUV110.983.48140.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 32 (12.89% from 255) = 11.51%
R=46.40%
G=42.09%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291173200.090.750.4952.5860.2531.57
Hex817520094B31353c20
Octal2011654001111361657440
Binary100000011110101100000010011001011110001110101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817520; }

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

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

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

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

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

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

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

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