#827816

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

Shades of Pesto #827816

Tints of Pesto #827816

Color information

#827816 (or 0x827816) is unknown color: approx Pesto. HEX triplet: 82, 78 and 16. RGB value is (130,120,22). Sum of RGB (Red+Green+Blue) = 130+120+22=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #827816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827816 is #7D87E9. Grayscale: #707070. Windows color (decimal): -8226794 or 1472642. OLE color: 1472642.

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

Color convert

RGB13012022-
CMYK00.080.830.49
HSL54.44º71.05%29.8%-
HSV(B)54.44º83.08%50.98%-
XYZ16.0718.243.43-
YUV111.8277.31140.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=47.79%
G=44.12%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301202200.080.830.4954.4471.0529.8
Hex82781608533136471e
Octal20217026010123616610736
Binary10000010111100010110010001010011110001110110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827816; }

 p { color: rgb(130,120,22); }

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

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

 a { background-color: rgb(130,120,22); }

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

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

 span { border-color: rgb(130,120,22); }

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