#817932

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

Shades of Pesto #817932

Tints of Pesto #817932

Color information

#817932 (or 0x817932) is unknown color: approx Pesto. HEX triplet: 81, 79 and 32. RGB value is (129,121,50). Sum of RGB (Red+Green+Blue) = 129+121+50=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #817932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817932 is #7E86CD. Grayscale: #737373. Windows color (decimal): -8292046 or 3307905. OLE color: 3307905.

HSL color Cylindrical-coordinate representation of color #817932: hue angle of 53.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #817932 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB12912150-
CMYK00.060.610.49
HSL53.92º44.13%35.1%-
HSV(B)53.92º61.24%50.59%-
XYZ16.4718.575.73-
YUV115.391.15137.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 121 (47.66% from 255) = 40.33%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=43%
G=40.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291215000.060.610.4953.9244.1335.1
Hex817932063D31362c23
Octal20117162067561665443
Binary1000000111110011100100110111101110001110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817932; }

 p { color: rgb(129,121,50); }

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

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

 a { background-color: rgb(129,121,50); }

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

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

 span { border-color: rgb(129,121,50); }

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