#827B2A

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

Shades of Pesto #827B2A

Tints of Pesto #827B2A

Color information

#827B2A (or 0x827B2A) is unknown color: approx Pesto. HEX triplet: 82, 7B and 2A. RGB value is (130,123,42). Sum of RGB (Red+Green+Blue) = 130+123+42=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #827B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B2A is #7D84D5. Grayscale: #747474. Windows color (decimal): -8226006 or 2784130. OLE color: 2784130.

HSL color Cylindrical-coordinate representation of color #827B2A: hue angle of 55.23º 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 #827B2A is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB13012342-
CMYK00.050.680.49
HSL55.23º51.16%33.73%-
HSV(B)55.23º67.69%50.98%-
XYZ16.7119.084.99-
YUV115.8686.32138.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=44.07%
G=41.69%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301234200.050.680.4955.2351.1633.73
Hex827B2A054431373322
Octal202173520510461676342
Binary10000010111101110101001011000100110001110111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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