#807616

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

Shades of Pesto #807616

Tints of Pesto #807616

Color information

#807616 (or 0x807616) is unknown color: approx Pesto. HEX triplet: 80, 76 and 16. RGB value is (128,118,22). Sum of RGB (Red+Green+Blue) = 128+118+22=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #807616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807616 is #7F89E9. Grayscale: #6E6E6E. Windows color (decimal): -8358378 or 1472128. OLE color: 1472128.

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

Color convert

RGB12811822-
CMYK00.080.830.50
HSL54.34º70.67%29.41%-
HSV(B)54.34º82.81%50.2%-
XYZ15.5317.63.34-
YUV110.0578.31140.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.76%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=47.76%
G=44.03%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281182200.080.830.5054.3470.6729.41
Hex80761608533236471d
Octal20016626010123626610735
Binary10000000111011010110010001010011110010110110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807616; }

 p { color: rgb(128,118,22); }

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

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

 a { background-color: rgb(128,118,22); }

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

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

 span { border-color: rgb(128,118,22); }

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