#827E31

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

Shades of Pesto #827E31

Tints of Pesto #827E31

Color information

#827E31 (or 0x827E31) is unknown color: approx Pesto. HEX triplet: 82, 7E and 31. RGB value is (130,126,49). Sum of RGB (Red+Green+Blue) = 130+126+49=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #827E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E31 is #7D81CE. Grayscale: #767676. Windows color (decimal): -8225231 or 3243650. OLE color: 3243650.

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

Color convert

RGB13012649-
CMYK00.030.620.49
HSL57.04º45.25%35.1%-
HSV(B)57.04º62.31%50.98%-
XYZ17.2219.895.84-
YUV118.4288.83136.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=42.62%
G=41.31%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301264900.030.620.4957.0445.2535.1
Hex827E31033E31392d23
Octal20217661037661715543
Binary100000101111110110001011111110110001111001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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