#817A20

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

Shades of Pesto #817A20

Tints of Pesto #817A20

Color information

#817A20 (or 0x817A20) is unknown color: approx Pesto. HEX triplet: 81, 7A and 20. RGB value is (129,122,32). Sum of RGB (Red+Green+Blue) = 129+122+32=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #817A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817A20 is #7E85DF. Grayscale: #727272. Windows color (decimal): -8291808 or 2128513. OLE color: 2128513.

HSL color Cylindrical-coordinate representation of color #817A20: hue angle of 55.67º 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 #817A20 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB12912232-
CMYK00.050.750.49
HSL55.67º60.25%31.57%-
HSV(B)55.67º75.19%50.59%-
XYZ16.2718.694.12-
YUV113.8381.82138.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 122 (48.05% from 255) = 43.11%
BLUE value IS 32 (12.89% from 255) = 11.31%
R=45.58%
G=43.11%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291223200.050.750.4955.6760.2531.57
Hex817A20054B31383c20
Octal201172400511361707440
Binary10000001111101010000001011001011110001111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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