#81771E

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

Shades of Pesto #81771E

Tints of Pesto #81771E

Color information

#81771E (or 0x81771E) is unknown color: approx Pesto. HEX triplet: 81, 77 and 1E. RGB value is (129,119,30). Sum of RGB (Red+Green+Blue) = 129+119+30=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #81771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81771E is #7E88E1. Grayscale: #707070. Windows color (decimal): -8292578 or 1996673. OLE color: 1996673.

HSL color Cylindrical-coordinate representation of color #81771E: hue angle of 53.94º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81771E is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB12911930-
CMYK00.080.770.49
HSL53.94º62.26%31.18%-
HSV(B)53.94º76.74%50.59%-
XYZ15.8817.953.86-
YUV111.8481.81140.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=46.40%
G=42.81%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291193000.080.770.4953.9462.2631.18
Hex81771E084D31363e1f
Octal2011673601011561667637
Binary1000000111101111111001000100110111000111011011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81771E; }

 p { color: rgb(129,119,30); }

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

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

 a { background-color: rgb(129,119,30); }

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

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

 span { border-color: rgb(129,119,30); }

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