#817538

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

Shades of Pesto #817538

Tints of Pesto #817538

Color information

#817538 (or 0x817538) is unknown color: approx Pesto. HEX triplet: 81, 75 and 38. RGB value is (129,117,56). Sum of RGB (Red+Green+Blue) = 129+117+56=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #817538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817538 is #7E8AC7. Grayscale: #717171. Windows color (decimal): -8293064 or 3700097. OLE color: 3700097.

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

Color convert

RGB12911756-
CMYK00.090.570.49
HSL50.14º39.46%36.27%-
HSV(B)50.14º56.59%50.59%-
XYZ16.1317.686.3-
YUV113.6395.48138.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.72%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=42.72%
G=38.74%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291175600.090.570.4950.1439.4636.27
Hex817538093931322724
Octal201165700117161624744
Binary10000001111010111100001001111001110001110010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817538; }

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

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

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

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

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

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

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

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