#817034

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

Shades of Pesto #817034

Tints of Pesto #817034

Color information

#817034 (or 0x817034) is unknown color: approx Pesto. HEX triplet: 81, 70 and 34. RGB value is (129,112,52). Sum of RGB (Red+Green+Blue) = 129+112+52=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #817034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817034 is #7E8FCB. Grayscale: #6E6E6E. Windows color (decimal): -8294348 or 3436673. OLE color: 3436673.

HSL color Cylindrical-coordinate representation of color #817034: hue angle of 46.75º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #817034 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB12911252-
CMYK00.130.600.49
HSL46.75º42.54%35.49%-
HSV(B)46.75º59.69%50.59%-
XYZ15.4716.55.62-
YUV110.2495.13141.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=44.03%
G=38.23%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291125200.130.600.4946.7542.5435.49
Hex8170340D3C312f2b23
Octal201160640157461575343
Binary10000001111000011010001101111100110001101111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817034; }

 p { color: rgb(129,112,52); }

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

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

 a { background-color: rgb(129,112,52); }

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

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

 span { border-color: rgb(129,112,52); }

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