#807618

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

Shades of Pesto #807618

Tints of Pesto #807618

Color information

#807618 (or 0x807618) is unknown color: approx Pesto. HEX triplet: 80, 76 and 18. RGB value is (128,118,24). Sum of RGB (Red+Green+Blue) = 128+118+24=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #807618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807618 is #7F89E7. Grayscale: #6E6E6E. Windows color (decimal): -8358376 or 1603200. OLE color: 1603200.

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

Color convert

RGB12811824-
CMYK00.080.810.50
HSL54.23º68.42%29.8%-
HSV(B)54.23º81.25%50.2%-
XYZ15.5517.613.44-
YUV110.2779.31140.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 24 (9.77% from 255) = 8.89%
R=47.41%
G=43.70%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281182400.080.810.5054.2368.4229.8
Hex80761808513236441e
Octal20016630010121626610436
Binary10000000111011011000010001010001110010110110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807618; }

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

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

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

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

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

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

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

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