#827A2A

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

Shades of Pesto #827A2A

Tints of Pesto #827A2A

Color information

#827A2A (or 0x827A2A) is unknown color: approx Pesto. HEX triplet: 82, 7A and 2A. RGB value is (130,122,42). Sum of RGB (Red+Green+Blue) = 130+122+42=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #827A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A2A is #7D85D5. Grayscale: #737373. Windows color (decimal): -8226262 or 2783874. OLE color: 2783874.

HSL color Cylindrical-coordinate representation of color #827A2A: hue angle of 54.55º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #827A2A is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB13012242-
CMYK00.060.680.49
HSL54.55º51.16%33.73%-
HSV(B)54.55º67.69%50.98%-
XYZ16.5818.834.95-
YUV115.2786.65138.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 122 (48.05% from 255) = 41.50%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=44.22%
G=41.50%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301224200.060.680.4954.5551.1633.73
Hex827A2A064431373322
Octal202172520610461676342
Binary10000010111101010101001101000100110001110111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827A2A; }

 p { color: rgb(130,122,42); }

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

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

 a { background-color: rgb(130,122,42); }

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

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

 span { border-color: rgb(130,122,42); }

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