#81752F

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

Shades of Pesto #81752F

Tints of Pesto #81752F

Color information

#81752F (or 0x81752F) is unknown color: approx Pesto. HEX triplet: 81, 75 and 2F. RGB value is (129,117,47). Sum of RGB (Red+Green+Blue) = 129+117+47=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #81752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81752F is #7E8AD0. Grayscale: #707070. Windows color (decimal): -8293073 or 3110273. OLE color: 3110273.

HSL color Cylindrical-coordinate representation of color #81752F: hue angle of 51.22º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81752F is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB12911747-
CMYK00.090.640.49
HSL51.22º46.59%34.51%-
HSV(B)51.22º63.57%50.59%-
XYZ15.9317.595.25-
YUV112.6190.98139.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=44.03%
G=39.93%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291174700.090.640.4951.2246.5934.51
Hex81752F094031332f23
Octal2011655701110061635743
Binary100000011110101101111010011000000110001110011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81752F; }

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

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

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

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

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

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

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

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