#807425

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

Shades of Pesto #807425

Tints of Pesto #807425

Color information

#807425 (or 0x807425) is unknown color: approx Pesto. HEX triplet: 80, 74 and 25. RGB value is (128,116,37). Sum of RGB (Red+Green+Blue) = 128+116+37=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #807425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807425 is #7F8BDA. Grayscale: #6E6E6E. Windows color (decimal): -8358875 or 2454656. OLE color: 2454656.

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

Color convert

RGB12811637-
CMYK00.090.710.50
HSL52.09º55.15%32.35%-
HSV(B)52.09º71.09%50.2%-
XYZ15.4817.214.26-
YUV110.5886.48140.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 37 (14.84% from 255) = 13.17%
R=45.55%
G=41.28%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281163700.090.710.5052.0955.1532.35
Hex807425094732343720
Octal2001644501110762646740
Binary100000001110100100101010011000111110010110100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807425; }

 p { color: rgb(128,116,37); }

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

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

 a { background-color: rgb(128,116,37); }

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

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

 span { border-color: rgb(128,116,37); }

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