#807828

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

Shades of Pesto #807828

Tints of Pesto #807828

Color information

#807828 (or 0x807828) is unknown color: approx Pesto. HEX triplet: 80, 78 and 28. RGB value is (128,120,40). Sum of RGB (Red+Green+Blue) = 128+120+40=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #807828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807828 is #7F87D7. Grayscale: #717171. Windows color (decimal): -8357848 or 2652288. OLE color: 2652288.

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

Color convert

RGB12812040-
CMYK00.060.690.50
HSL54.55º52.38%32.94%-
HSV(B)54.55º68.75%50.2%-
XYZ1618.184.67-
YUV113.2786.65138.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 40 (16.02% from 255) = 13.89%
R=44.44%
G=41.67%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281204000.060.690.5054.5552.3832.94
Hex807828064532373421
Octal200170500610562676441
Binary10000000111100010100001101000101110010110111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807828; }

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

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

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

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

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

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

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

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