#827726

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

Shades of Pesto #827726

Tints of Pesto #827726

Color information

#827726 (or 0x827726) is unknown color: approx Pesto. HEX triplet: 82, 77 and 26. RGB value is (130,119,38). Sum of RGB (Red+Green+Blue) = 130+119+38=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #827726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827726 is #7D88D9. Grayscale: #717171. Windows color (decimal): -8227034 or 2520962. OLE color: 2520962.

HSL color Cylindrical-coordinate representation of color #827726: hue angle of 52.83º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #827726 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB13011938-
CMYK00.080.710.49
HSL52.83º54.76%32.94%-
HSV(B)52.83º70.77%50.98%-
XYZ16.1518.084.47-
YUV113.0585.64140.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=45.30%
G=41.46%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301193800.080.710.4952.8354.7632.94
Hex827726084731353721
Octal2021674601010761656741
Binary100000101110111100110010001000111110001110101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827726; }

 p { color: rgb(130,119,38); }

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

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

 a { background-color: rgb(130,119,38); }

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

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

 span { border-color: rgb(130,119,38); }

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