#827B20

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

Shades of Pesto #827B20

Tints of Pesto #827B20

Color information

#827B20 (or 0x827B20) is unknown color: approx Pesto. HEX triplet: 82, 7B and 20. RGB value is (130,123,32). Sum of RGB (Red+Green+Blue) = 130+123+32=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #827B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B20 is #7D84DF. Grayscale: #737373. Windows color (decimal): -8226016 or 2128770. OLE color: 2128770.

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

Color convert

RGB13012332-
CMYK00.050.750.49
HSL55.71º60.49%31.76%-
HSV(B)55.71º75.38%50.98%-
XYZ16.5519.024.16-
YUV114.7281.32138.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 32 (12.89% from 255) = 11.23%
R=45.61%
G=43.16%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301233200.050.750.4955.7160.4931.76
Hex827B20054B31383c20
Octal202173400511361707440
Binary10000010111101110000001011001011110001111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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