#807824

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

Shades of Pesto #807824

Tints of Pesto #807824

Color information

#807824 (or 0x807824) is unknown color: approx Pesto. HEX triplet: 80, 78 and 24. RGB value is (128,120,36). Sum of RGB (Red+Green+Blue) = 128+120+36=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #807824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807824 is #7F87DB. Grayscale: #717171. Windows color (decimal): -8357852 or 2390144. OLE color: 2390144.

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

Color convert

RGB12812036-
CMYK00.060.720.50
HSL54.78º56.1%32.16%-
HSV(B)54.78º71.88%50.2%-
XYZ15.9418.154.33-
YUV112.8284.65138.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 36 (14.45% from 255) = 12.68%
R=45.07%
G=42.25%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281203600.060.720.5054.7856.132.16
Hex807824064832373820
Octal200170440611062677040
Binary10000000111100010010001101001000110010110111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807824; }

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

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

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

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

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

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

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

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