#827327

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

Shades of Pesto #827327

Tints of Pesto #827327

Color information

#827327 (or 0x827327) is unknown color: approx Pesto. HEX triplet: 82, 73 and 27. RGB value is (130,115,39). Sum of RGB (Red+Green+Blue) = 130+115+39=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #827327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827327 is #7D8CD8. Grayscale: #6F6F6F. Windows color (decimal): -8228057 or 2585474. OLE color: 2585474.

HSL color Cylindrical-coordinate representation of color #827327: hue angle of 50.11º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #827327 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB13011539-
CMYK00.120.700.49
HSL50.11º53.85%33.14%-
HSV(B)50.11º70%50.98%-
XYZ15.717.154.4-
YUV110.8287.47141.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=45.77%
G=40.49%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301153900.120.700.4950.1153.8533.14
Hex8273270C4631323621
Octal2021634701410661626641
Binary100000101110011100111011001000110110001110010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827327; }

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

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

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

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

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

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

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

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