#807127

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

Shades of Pesto #807127

Tints of Pesto #807127

Color information

#807127 (or 0x807127) is unknown color: approx Pesto. HEX triplet: 80, 71 and 27. RGB value is (128,113,39). Sum of RGB (Red+Green+Blue) = 128+113+39=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #807127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807127 is #7F8ED8. Grayscale: #6D6D6D. Windows color (decimal): -8359641 or 2584960. OLE color: 2584960.

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

Color convert

RGB12811339-
CMYK00.120.700.50
HSL49.89º53.29%32.75%-
HSV(B)49.89º69.53%50.2%-
XYZ15.1716.554.31-
YUV109.0588.47141.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=45.71%
G=40.36%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281133900.120.700.5049.8953.2932.75
Hex8071270C4632323521
Octal2001614701410662626541
Binary100000001110001100111011001000110110010110010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807127; }

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

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

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

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

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

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

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

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