#807826

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

Shades of Pesto #807826

Tints of Pesto #807826

Color information

#807826 (or 0x807826) is unknown color: approx Pesto. HEX triplet: 80, 78 and 26. RGB value is (128,120,38). Sum of RGB (Red+Green+Blue) = 128+120+38=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #807826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807826 is #7F87D9. Grayscale: #717171. Windows color (decimal): -8357850 or 2521216. OLE color: 2521216.

HSL color Cylindrical-coordinate representation of color #807826: hue angle of 54.67º degrees, saturation: 0.54, 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 #807826 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB12812038-
CMYK00.060.700.50
HSL54.67º54.22%32.55%-
HSV(B)54.67º70.31%50.2%-
XYZ15.9718.164.5-
YUV113.0485.65138.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=44.76%
G=41.96%
B=13.29%

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
Decimal1281203800.060.700.5054.6754.2232.55
Hex807826064632373621
Octal200170460610662676641
Binary10000000111100010011001101000110110010110111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807826; }

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

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

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

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

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

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

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

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