#807827

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

Shades of Pesto #807827

Tints of Pesto #807827

Color information

#807827 (or 0x807827) is unknown color: approx Pesto. HEX triplet: 80, 78 and 27. RGB value is (128,120,39). Sum of RGB (Red+Green+Blue) = 128+120+39=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #807827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807827 is #7F87D8. Grayscale: #717171. Windows color (decimal): -8357849 or 2586752. OLE color: 2586752.

HSL color Cylindrical-coordinate representation of color #807827: hue angle of 54.61º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #807827 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB12812039-
CMYK00.060.700.50
HSL54.61º53.29%32.75%-
HSV(B)54.61º69.53%50.2%-
XYZ15.9818.174.58-
YUV113.1686.15138.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 39 (15.62% from 255) = 13.59%
R=44.60%
G=41.81%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281203900.060.700.5054.6153.2932.75
Hex807827064632373521
Octal200170470610662676541
Binary10000000111100010011101101000110110010110111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807827; }

 p { color: rgb(128,120,39); }

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

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

 a { background-color: rgb(128,120,39); }

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

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

 span { border-color: rgb(128,120,39); }

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