#827131

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

Shades of Pesto #827131

Tints of Pesto #827131

Color information

#827131 (or 0x827131) is unknown color: approx Pesto. HEX triplet: 82, 71 and 31. RGB value is (130,113,49). Sum of RGB (Red+Green+Blue) = 130+113+49=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #827131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827131 is #7D8ECE. Grayscale: #6F6F6F. Windows color (decimal): -8228559 or 3240322. OLE color: 3240322.

HSL color Cylindrical-coordinate representation of color #827131: hue angle of 47.41º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #827131 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB13011349-
CMYK00.130.620.49
HSL47.41º45.25%35.1%-
HSV(B)47.41º62.31%50.98%-
XYZ15.6716.785.32-
YUV110.7993.13141.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=44.52%
G=38.70%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301134900.130.620.4947.4145.2535.1
Hex8271310D3E312f2d23
Octal202161610157661575543
Binary10000010111000111000101101111110110001101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827131; }

 p { color: rgb(130,113,49); }

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

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

 a { background-color: rgb(130,113,49); }

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

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

 span { border-color: rgb(130,113,49); }

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