#827621

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

Shades of Pesto #827621

Tints of Pesto #827621

Color information

#827621 (or 0x827621) is unknown color: approx Pesto. HEX triplet: 82, 76 and 21. RGB value is (130,118,33). Sum of RGB (Red+Green+Blue) = 130+118+33=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #827621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827621 is #7D89DE. Grayscale: #707070. Windows color (decimal): -8227295 or 2193026. OLE color: 2193026.

HSL color Cylindrical-coordinate representation of color #827621: hue angle of 52.58º 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 #827621 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB13011833-
CMYK00.090.750.49
HSL52.58º59.51%31.96%-
HSV(B)52.58º74.62%50.98%-
XYZ15.9617.814.04-
YUV111.983.48140.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=46.26%
G=41.99%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301183300.090.750.4952.5859.5131.96
Hex827621094B31353c20
Octal2021664101111361657440
Binary100000101110110100001010011001011110001110101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827621; }

 p { color: rgb(130,118,33); }

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

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

 a { background-color: rgb(130,118,33); }

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

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

 span { border-color: rgb(130,118,33); }

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