#817716

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

Shades of Pesto #817716

Tints of Pesto #817716

Color information

#817716 (or 0x817716) is unknown color: approx Pesto. HEX triplet: 81, 77 and 16. RGB value is (129,119,22). Sum of RGB (Red+Green+Blue) = 129+119+22=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #817716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817716 is #7E88E9. Grayscale: #6F6F6F. Windows color (decimal): -8292586 or 1472385. OLE color: 1472385.

HSL color Cylindrical-coordinate representation of color #817716: hue angle of 54.39º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #817716 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB12911922-
CMYK00.080.830.49
HSL54.39º70.86%29.61%-
HSV(B)54.39º82.95%50.59%-
XYZ15.7917.923.39-
YUV110.9377.81140.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=47.78%
G=44.07%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291192200.080.830.4954.3970.8629.61
Hex81771608533136471e
Octal20116726010123616610736
Binary10000001111011110110010001010011110001110110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817716; }

 p { color: rgb(129,119,22); }

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

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

 a { background-color: rgb(129,119,22); }

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

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

 span { border-color: rgb(129,119,22); }

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