#827323

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

Shades of Pesto #827323

Tints of Pesto #827323

Color information

#827323 (or 0x827323) is unknown color: approx Pesto. HEX triplet: 82, 73 and 23. RGB value is (130,115,35). Sum of RGB (Red+Green+Blue) = 130+115+35=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #827323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827323 is #7D8CDC. Grayscale: #6E6E6E. Windows color (decimal): -8228061 or 2323330. OLE color: 2323330.

HSL color Cylindrical-coordinate representation of color #827323: hue angle of 50.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #827323 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB13011535-
CMYK00.120.730.49
HSL50.53º57.58%32.35%-
HSV(B)50.53º73.08%50.98%-
XYZ15.6417.134.07-
YUV110.3685.47142-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 35 (14.06% from 255) = 12.5%
R=46.43%
G=41.07%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301153500.120.730.4950.5357.5832.35
Hex8273230C4931333a20
Octal2021634301411161637240
Binary100000101110011100011011001001001110001110011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827323; }

 p { color: rgb(130,115,35); }

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

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

 a { background-color: rgb(130,115,35); }

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

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

 span { border-color: rgb(130,115,35); }

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