#827C27

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

Shades of Pesto #827C27

Tints of Pesto #827C27

Color information

#827C27 (or 0x827C27) is unknown color: approx Pesto. HEX triplet: 82, 7C and 27. RGB value is (130,124,39). Sum of RGB (Red+Green+Blue) = 130+124+39=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #827C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C27 is #7D83D8. Grayscale: #747474. Windows color (decimal): -8225753 or 2587778. OLE color: 2587778.

HSL color Cylindrical-coordinate representation of color #827C27: hue angle of 56.04º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #827C27 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB13012439-
CMYK00.050.700.49
HSL56.04º53.85%33.14%-
HSV(B)56.04º70%50.98%-
XYZ16.7819.314.76-
YUV116.184.49137.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 124 (48.83% from 255) = 42.32%
BLUE value IS 39 (15.62% from 255) = 13.31%
R=44.37%
G=42.32%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301243900.050.700.4956.0453.8533.14
Hex827C27054631383621
Octal202174470510661706641
Binary10000010111110010011101011000110110001111000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,124,39); }

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

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

 a { background-color: rgb(130,124,39); }

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

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

 span { border-color: rgb(130,124,39); }

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