#827520

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

Shades of Pesto #827520

Tints of Pesto #827520

Color information

#827520 (or 0x827520) is unknown color: approx Pesto. HEX triplet: 82, 75 and 20. RGB value is (130,117,32). Sum of RGB (Red+Green+Blue) = 130+117+32=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #827520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827520 is #7D8ADF. Grayscale: #6F6F6F. Windows color (decimal): -8227552 or 2127234. OLE color: 2127234.

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

Color convert

RGB13011732-
CMYK00.10.750.49
HSL52.04º60.49%31.76%-
HSV(B)52.04º75.38%50.98%-
XYZ15.8317.573.92-
YUV111.283.31141.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=46.59%
G=41.94%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301173200.10.750.4952.0460.4931.76
Hex8275200A4B31343c20
Octal2021654001211361647440
Binary100000101110101100000010101001011110001110100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827520; }

 p { color: rgb(130,117,32); }

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

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

 a { background-color: rgb(130,117,32); }

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

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

 span { border-color: rgb(130,117,32); }

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